Game development and web applications
Unity3D How To Fix Animation Models
Unity3D How To Fix Animation Models I was trying to download and use humanoid 3D models from the Asset Store. I couldn't figure out why the animation wasn't working even after I created the Animator [...]
Unity3D How To Delay Code Execution
Unity3D How To Delay Code Execution In a game that I am developing, I needed a slight but simple delay of code execution in order to allow the enemy death animation to complete. Here is [...]
Unity3D How To Change Skybox With Script
Unity3D How To Change Skybox With Script I wanted to change the skybox when a certain event happened. In my case, I wanted a new, random skybox each time a new enemy appeared to fight. [...]
Unity3D Android Back Button Best Practice
Unity3D Android Back Button Best Practice Google has done extensive analysis and focus group research on Android user behavior. One important issue that Google research has identified for Android developers is to always have a listener [...]