Has anyone found out a way to export a Unity game to Tizen. I know Unity announced support for Tizen over a year ago, however the feature has not come out yet. I have two games, one is written in C# and the other in JavaScript. Im wondering if I am able to port the JavaScript one somehow, as Tizen is optimised for the web. Currently, you can port games to the Samsung Smart TV but I don’t think they run Tizen.
Most likely there is an issue with signing. My first guess is that you might have missed the “Permit to install applications” step in the setup instructions.
From Tizen IDE its working fine but from unity build and run not working it gives the same error as above i mentioned even i am using unity latest patch 5.1.2p1.
tpk proting problem to tzen device(z1)
I’m using:
OSX 10.11, Unity 5.2.2f, Tizen 2.3.1
I did:
Added certificate extension before build
after build the tpk, generated author.crt using CSR
Got the device-profile.xml
Permitted the device to install application and it was successfully uploaded.
then tried to install using: “sdb install /direct/myApp.tpk”