reinterpretcat / utymap

Highly customizable library for procedural world generation based on real map data
Apache License 2.0
958 stars 151 forks source link

hi unable to hide console and password require to expot #105

Closed erafilms closed 7 years ago

erafilms commented 7 years ago

i am using it on android , i says sign in password required , and also the character is not moving in android and please let me know how to hide console

reinterpretcat commented 7 years ago

Hi, debug console can be hidden if you set the corresponding flag in ApplicationManager class:

https://github.com/reinterpretcat/utymap/blob/master/unity/demo/Assets/Scripts/ApplicationManager.cs public void CreateDebugConsole(bool isOpen = true)

i says sign in password required

Didn't get it: can you provide more details?

also the character is not moving in android

Have you enabled Mobile input?

erafilms commented 7 years ago

thanks my problem is resolved