mobile camera movement controller pad design

gurupak

New member
Hi,

I am looking to show a camera icon in mobile controller, right now it just show a box where user can use the finger movement to change the camera view, but I also need to add a icon that move with the finger just like the character movement box has arrows.

Can you please assist me how to show that icon in camera box?

Best regards,
Irfan
 
Unfortunately due to my workload I'm unable to help with general Unity questions. I recommend going through some Unity UI tutorials or posting on Unity Discussions if you're not able to get it.
 
Unfortunately due to my workload I'm unable to help with general Unity questions. I recommend going through some Unity UI tutorials or posting on Unity Discussions if you're not able to get it.
Hi Justin,

Thanks for your reply.

I am talking about the controller pad that moves the camera that is in your controller asset. It looks a semi transparent box in the mobile screen. There should be a view icon that moves like other movement controller. That's what i need help about, if that can be enabled or displayed in it. If it is not in your asset, please let me know.

Regards,
Irfan
 
Ah, I see. So you want to switch out the touch pad for a joystick? You can duplicate the joystick GameObject and then reassign the input names to the camera axis names (Mouse X/Y)
 
Back
Top