http://forum.exceedu.com/forum/forum.php?mod=viewthread&tid=34175 Oculus Unity Development Guide开发指南转载请保留原始地 http://t.cn/RAblKoh Oculus/GearVR开发者群 302294234 Welcometo the Unity Development GuideIntroduction简介Welcometo the Oculus Unity Developer Gui
Making a Popup and Closable Panel in Unity 5 script: public GameObject thePanel; public open() { thePannel.SetActive(true); } public open() { thePannel.SetActive(false); } and add the up script to an Empty Object add open/close button on the scene. d