Virtual controls not showing up

Tommy

New member
Hello, my virtual controls are not showing up. I created a new scene and added button mapping, virtual controls, and ui, and set up everything. The virtual controls are not showing up, on my desktop or on my ios device.
 
Is the VirtualControlersManager gameobject active during runtime? The gameobject gets set as active/inactive automatically by VirtualControlsManager.OnAttachCharacter, so make sure that it has a valid Character object assigned. Also I believe the DemoManager manually deactivates it, so you may need to manually activate the gameobject (GameObject.SetActive) during runtime.
 
Top