Question
I'm working on a Unity3D project and trying to generate a .tpk file for Tizen. However, when I attempt to build the package, I only get the following output without any .tpk file being generated:
C:/tizen-studio\tools\ide/bin/tizen.bat cli-config -l
default.build.architecture=x86
default.build.compiler=llvm
default.build.configuration=Debug
default.profiles.path=D:\Projects\.metadata\.plugins\org.tizen.common.sign\profiles.xml
default.sdb.timeout=60000
I've searched through various forums and documentation but haven't found a solution to this issue. Could you please help me understand why the .tpk file isn't being generated and how to resolve this?
Answer
Problem Understanding
The issue occurs when trying to build a Tizen package (.tpk) from a Unity3D project. The build process only outputs configuration information without generating the actual package file.
Solution Methods
-
Use Tizen IDE Instead of Tizen Studio:
- For Unity game development targeting Tizen, you need to use Tizen IDE rather than Tizen Studio.
- Download the Tizen SDK with IDE from: Samsung Tizen OS Downloads
-
Follow Unity-Tizen Integration Guide:
- Refer to the official documentation for setting up Unity with Tizen:
- First Steps with Unity for Tizen
-
Check Unity Forums for Tizen-Specific Issues:
- Visit the Unity forum section dedicated to Tizen development for additional insights:
- Unity Tizen Forum
Additional Tips
- Ensure you have the correct build configurations set in both Unity and Tizen IDE
- Verify that all required dependencies are properly installed
- Check the build logs for any hidden error messages that might explain why the .tpk isn't being generated