Open Door on Keypress Not Working - Animations
I have added the animations and done all the code but the door will not open. Please could you have a look at the code and see what is happening? C# please :) using UnityEngine; using...
View ArticleUnity 5 crashes on load
i try to load a project and unity crashes, that's all there is to it. Things I have tried: Uninstalling/reinstalling Restarting computer Putting OpenGL afterwards whatever that is What can I do? It...
View ArticleUnity Crashes on Startup - Sound Driver Issue? DxDiag Provided
Hey, When I try to load a project I get this error: LICENSE SYSTEM [20150528 23:10:49] No start/stop license dates set LICENSE SYSTEM [20150528 23:10:49] Next license update check is after...
View ArticleParticle system that turns on and off automatically in a timed way
I'm looking to create a trap for a maze and there's a particle system being used as a fire trap that blows fire in the way of the person trying to get through. I want it to turn on and off at different...
View ArticleCan you use Templates Bought From Asset Store And Make Money From Your Game?
If I was to buy this: https://www.assetstore.unity3d.com/en/#!/content/11786 or https://www.assetstore.unity3d.com/en/#!/content/34810 or https://www.assetstore.unity3d.com/en/#!/content/35344 Then...
View ArticleChopping Trees Script Not Working
I have made a script for chopping down a tree and spawning items when its destryed. it isn't working and I don't know why: #pragma strict var treeHealth : int = 5; //tree health starts at 5 var logs:...
View Article