Hi,
I run the orthello shooting example in Unity4, and click left mouse to shoot, there thrown the following exception:
NullReferenceException
UnityEngine.Transform.set_localPosition (Vector3 value)
OTObject.set_position (Vector2 value) (at Assets/Orthello/Standard Assets/OT/_Base/OTObject.cs:970)
CExample3.Update () (at Assets/Orthello/Examples/3 - Shooting Asteroids/CExample3.cs:174)
but in Unity3.5, everything is OK.
I down the newest orthello(2.6.1), the problem still exist, any helps will be appreciate.
Thanks in advance.