Virtual Controls missing PUN Demo

chetanAjath

New member
Hey,

Virtual controls are missing in the android build of Pun demo. So I created new scene with pun character but its still missing...Its taking touch input as mouse on Android..any ideas??

Thanks
 
The PUN demo scene doesn't include any virtual controls so you need to manually set it up. Instead of adding the VirtualControlsManager you'll want to add the PunVirtualControlsManager. This is automatically done when you setup your character if the VirtualControlsManager has been added to the scene.
 
Top