Unity Android Errors on Helpr.cs
AnsweredI'm trying to use the sample Unity files. I'm setting my project up for android using Unity Version 2018.2, but the video (HvrActor) is not rendering and I am getting the following error:
IndexOutOfRangeException: Array index is out of range.
HVR.HvrHelper.IsSupportedGraphicsDeviceVersion (System.String deviceVersion) (at Assets/8i/core/common/scripts/utilities/Helper.cs:888)
HVR.HvrScene.ScenePlayerHandle () (at Assets/8i/core/common/scripts/objects/HvrScene.cs:50)
HVR.HvrScene.Player_WillRender (Int32 actor, Int32 viewport) (at Assets/8i/core/common/scripts/objects/HvrScene.cs:214)
HVR.HvrRender.WillRender () (at Assets/8i/core/common/scripts/objects/HvrRender.cs:665)
HVR.HvrScene.WillRender () (at Assets/8i/core/common/scripts/objects/HvrScene.cs:200)
HVR.HvrRender.OnPreRender () (at Assets/8i/core/common/scripts/objects/HvrRender.cs:310)
UnityEngine.GUIUtility:ProcessEvent(Int32, IntPtr)
What do I need to do to fix this?
Thanks,
- J
-
Official comment
This issue was resolved.
Problem:
Using the 8i Unity Plugin 0.5.1f1 with Unity 2018.2, which is not supported by that version of the plugin.
Solution:
Update to use 8i Unity Plugin 0.6.0f1, which includes full support for Unity 2017 and 2018.
Comment actions
Please sign in to leave a comment.
Comments
1 comment