Hi, my project had no problem on tvOS in Unity 5.3.6f1.
but when I upgrade the project to Unity5.4.0f3 this MissingMethodException occured.
UnityEngine.Apple.TV.Remote.reportAbsoluteDpadValues = false;
unity tells me that above line of code throws an exception as below :
> MissingMethodException: Cannot find the requested method. > GameManager.Awake () (at Assets/Scripts/GameManager.cs:55)
I don't understand why, and that's not even a method!
Is there anyone having this kind of problem here?
↧