Lior Tal's Sandbox

Thoughts on development, game engines, code, tools, etc
16 comments
11 entries
Advertisement
Liort
April 20, 2015
Developing for WebGL with Unity 5
Hey All !

The slides from our presentation on "Unity and WebGL" are now available here: http://bit.ly/1G8Ju5f

We talked about the process of getting our game "Wonderball Heroes" to WebGL, and all the challenges, optimizations and other bugs we faced along the way.

It's pretty technical, but may be rea…
2,046 views
Liort
January 23, 2015
Auto Save for Unity
This article was originally posted on Random Bits. Check it out for more Unity related content.
What can you do when a team member suffers a recurring Unity editor crash, losing all level design work ? My answer was to write a small and helpful editor extension - auto save! (and then blog about it).…
5,383 views
Liort
December 06, 2014
Finding Missing References in Unity
While working with Untiy, missing references can occur for many different reasons. They are simply a broken "link" between objects and can result in the game not behaving correctly or even crash.

I just posted a new article on my blog on how to find missing references in Unity: http://www.tallior.co…
2,906 views
Liort
November 16, 2014
A summary of Unity's attributes
Attention attention, Unity developers.
I have written a short post, summarizing all of Unity's public attributes (45 in total).

Check it out here to see how many you already know, and to learn about the rest: http://www.tallior.com/unity-attributes/
1,991 views
Liort
November 10, 2014
Wonderball Heroes hits 500K on Google Play
Our game - Wonderball Heroes, has recently hit the 500K download mark on Google Play.

For more info (and the download link to check out the game), see this post: http://www.tallior.com/wonderball-heroes-500k-downloads/
1,912 views
Liort
September 16, 2014
Unity Editor Extensions - Menu Items
Hello fellow devs,

I have posted an article (first one in a planned series) on extending the Unity editor.

The first part deals with creating menu items, and it is available here: http://www.tallior.com/2014/09/16/unity-editor-extensions-menu-items/


Check it out, and feel free to share/leave comments.…
2,127 views
Liort
August 08, 2014
Support Bolt Riley - a cool point & click adventure game on Kickstarter
This is a call to all adventure game lovers - a good friend is running a Kickstarter campaign to raise funds for a cool adventure game called Bolt Riley.

Please check it out: https://www.kickstarter.com/projects/soundguy/bolt-riley-a-reggae-adventure-game-chapter-1

If you like it - pledge to make it …
1,524 views
Liort
August 06, 2014
ScriptableObject Factory - a Helper editor extension for Unity
For those who are working with Unity and ScriptableObjects, one concern is how to actually instantiate scriptable objects.
The editor does not have any out-of-the-box option for doing so, and you have to do that manually in code for every type of object you define.

I have posted a new entry on my blo…
3,503 views
Liort
May 10, 2014
Feedback on my newly updated CV
As of yesterday, after being laid off (with pretty much everybody else) form the company I worked in, I am officially unemployed.

I would like to request your assistance for feedback on my newly updated CV - what is missing? what should be added, removed or rearranged?

Any help will be appreciated !

H…
2,049 views
Liort
March 11, 2014
Code generation fun with Unity
[color=#757575]This post was originally posted on my blog at [/color]http://www.tallior.com
Many Unity code samples use a string identifier, such as the game object's tag for various things (e.g: checking for a collision with "player"). In this post i will explore a different, safer and automated te…
4,762 views
Liort
February 08, 2014
Bug Hunting: Unity throws an ArgumentException when building for Android
This post originally appeared on my blog on http://www.tallior.com/2014/02/08/bug-hunting-unity-throws-an-argumentexception-when-building-for-android/

[color=#333333][font=Georgia]What can be done when Unity mysteriously throws an ArgumentException when building a project for Android? In this post I…
3,858 views
Advertisement

Popular Blogs

shawnhar
Generalist
101 Entries
9 Followers
15 Entries
10 Followers
johnhattan
Programmer
1,277 Entries
47 Followers
ApochPiQ
Generalist
628 Entries
44 Followers
dgreen02
Generalist
338 Entries
56 Followers
Advertisement