Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Latest ProjectTinySamples from github 0.31 problems?

Discussion in 'Project Tiny' started by Ryuuguu, Nov 2, 2020.

  1. Ryuuguu

    Ryuuguu

    Joined:
    Apr 14, 2007
    Posts:
    391
    I am just starting to try Project Tiny so I cloned the latest version from Github which is only hours old. I have the save Version onUnity installed 2020.1.10f. For the Tiny3D it loads and it plays in the editor but does not rotate and just produces debug 0 0 for the amount rotated each frame. For TinyTime it will not load and says to check the package manifest. Is there a problem with this version or is there something else I am supposed to do other than just load the various project file with Unity Hub?

    I will try some other projects in the repository and see if they work.
     
  2. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Hi
    Are you trying it in Playmode or build&run?
    To clarify we don't support playmode and you need to build and run via build configs
    one other thing make sure that you don't have missing components in the scene
    Like when you click on Tiny3D you should see the rotate component
    upload_2020-11-2_12-24-36.png

    If you see missing scripts
    do Assets > Reimport All
     
    Ryuuguu likes this.
  3. JC-Cimetiere

    JC-Cimetiere

    Unity Technologies

    Joined:
    May 8, 2014
    Posts:
    123
    As explained in the "play-in-editor" section of Getting started guide, Play-in-Editor is no longer supported and will be replaced in the future with an embedded DOTS Runtime player taking over and replacing the Game view.
    You can still play some Project Tiny samples in the Editor, but some features will not work properly.
    For now we recommend you use “Built and Run” with the Windows/Mac DotNet build configurations for the best result and still fast iteration. The Build process is incremental and relatively fast when you’ve made only small changes.
     
    CocosGames and Ryuuguu like this.
  4. Ryuuguu

    Ryuuguu

    Joined:
    Apr 14, 2007
    Posts:
    391
    Thanks, I had missed that in the guide.