AIRTV-GH / Draxis

Files for the Draxis Game
Apache License 2.0
0 stars 0 forks source link

camera controller for android [ANDROID] #12

Open ghost opened 6 years ago

ghost commented 6 years ago

camera controller is not working for android bcoz we wrote it for pc we should create a new func. that handles the camera controller for android. https://docs.unity3d.com/Manual/PlatformDependentCompilation.html here is a link for os dependet compilation. ex :

if UNITY_ANDROID

void camera_controller_android();

endif