Topic: Camera rotation

Hi
Cause I am using texture map. I can't use camera orbit .
So can you help me with external function how to rotate the texture map if I am using multi camera .
The rotation is depand to convos ? So I need to write a function under convos change event .
Can you ?

Re: Camera rotation

Hello.

It’s much easier to use some kind of touch framework (like EasyTouch, Fingers or TouchScript), and rotate the map GameObject.
For such frameworks, GameObject rotation is the default behavior, and in most cases does not even require scripting.

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.

Re: Camera rotation

Hi
I think you did not understand me.
I want to drive with my car and when I change direction I want to rotate the map .as degree's i rotate .
And I asked is there any special function to rotate the map and how to make it depand Whit the  compass .

Re: Camera rotation

Get the rotation of your car marker and use this for map GameObject / Transform / Rotation / Y.
https://docs.unity3d.com/ScriptReferenc … ation.html

Kind Regards,
Infinity Code Team.

Boost your productivity a lot and immediately using Ultimate Editor Enhancer. Trial and non-commerce versions available.