No the Tizen emulator is not supported.
Logs can be accessed in realtime while the game is running using the sdb tool.
./tizen-sdk/tools/sdb dlog Unity:*
If you are not using the Gyroscope, consider turning it off using:
Input.gyro.enabled = false;
in your game start-up code.
The TPK file is the executable that the Unity build system creates for you. You can use Build and Run to build the TPK, transfer to the device, and then launch it for you. If you do not want to use Build and Run from the editor, you can use build to make the TPK only. To transfer the TPK to the device you can use a command line tool called sdb
. This tool can be found in the tools
folder in your Tizen SDK installation. Use a command line such as:
./tizen-sdk/tools/sdb install YourUnitySignedApp.tpk
Full instructions can be found here.
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Is something described here not working as you expect it to? It might be a Known Issue. Please check with the Issue Tracker at issuetracker.unity3d.com.
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information