All Questions
Tagged with unityscript events
2 questions
1
vote
1
answer
429
views
C# Script file is not showing in Onclick Event in Unity 5.0.4f1?
I uploaded the levelLoader file to the gameobject. Still, when I drag the script file onClick Event, the no function is null. Why? Can anybody help me?
C# code:
...
-2
votes
2
answers
249
views
UnityScript generating UnityEngine error
I have the following code set out for a simple animation in Unity:
...