Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Unity to Tizen Port

Discussion in 'Tizen' started by ShooshGames, Dec 15, 2014.

  1. ShooshGames

    ShooshGames

    Joined:
    Jul 23, 2013
    Posts:
    1
    Hey guys,


    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.


    Thanks in advance,


    Zeshan
     
  2. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    20,951
    Unity 5 will be bringing support for building games for WebGL. You should be able to use that to publish to Tizen.
     
  3. chandu125

    chandu125

    Joined:
    Sep 6, 2013
    Posts:
    33
    Hi guys,

    Any one find the way to publish unity game to Tizen store?If u guys find the way to do this please provide the reference link.....
     
  4. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    You can submit apps to the Tizen seller store at this link. http://seller.tizenstore.com/login/signIn.as
     
  5. chandu125

    chandu125

    Joined:
    Sep 6, 2013
    Posts:
    33
    Hi,
    i am trying to install .tpk file manually from cmd prompt but its not installing on the device.

    its showing the error like: Capture1.PNG
    any one find the way to solve this just explain that..
     
  6. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    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.
     
  7. zezba9000

    zezba9000

    Joined:
    Sep 28, 2010
    Posts:
    985
    Also make sure you use the latest patch build as it fixed an issue with this for me.
     
  8. chandu125

    chandu125

    Joined:
    Sep 6, 2013
    Posts:
    33
    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.
     
  9. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    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"

    the result is attached.
     

    Attached Files:

    Last edited: Nov 12, 2015
  10. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Do you have the log from the Unity Editor? It should include more information that will help indicate what the issue is.
     
  11. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    Log file attached. Similar error in case of both Unity Build and Run, and from terminal.
     

    Attached Files:

  12. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Thanks! On occasion the Tizen signing tools have trouble with spaces. Could you try removing the space in Hungry Bird?
     
  13. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    Do you mean space-less directory name of the tpk file?
    The result is same.
     

    Attached Files:

  14. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    No, I mean the directory that the project is located in. You currently have it in
    /Users/souravpaul/Desktop/Hungry Bird/Hungry_Bird

    Try removing that space.
     
  15. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    Same error.
     

    Attached Files:

  16. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Are you able to deploy applications built from the Tizen IDE?
     
  17. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    I've not tried any native app deploy. No idea on tizen native code.
    Should I try it first?
     
  18. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    Definitely. You can just use one of the sample projects that they provide.
     
  19. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    Yes. They run good from Tizen IDE.
     
  20. Masterfalcon

    Masterfalcon

    Unity Technologies

    Joined:
    Dec 29, 2014
    Posts:
    364
    If you look at /Users/souravpaul/workspace/.metadata/.plugins/org.tizen.common.sign/profiles.xml does it contain:

    <profile name="sourav">
     
  21. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    Yes.
     

    Attached Files:

  22. S_P

    S_P

    Joined:
    Sep 20, 2014
    Posts:
    55
    The tpk i built with Tizen IDE can be installed via terminal. no fatal error [61] failed.
     
  23. raghunandan

    raghunandan

    Joined:
    Dec 16, 2016
    Posts:
    5