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

Can't get unity tiny to work

Discussion in 'Project Tiny' started by STEENBRINK, Sep 2, 2019.

  1. STEENBRINK

    STEENBRINK

    Joined:
    Jul 24, 2019
    Posts:
    9
    I have been trying to install unity tiny for hours now, and I finally got most of it working (all the errors are gone), but my hierarchy still looks like this:



    while it should look like this:



    but it doesn't, so can anyone help me?
     
  2. Jalol

    Jalol

    Joined:
    Sep 23, 2013
    Posts:
    26
    IMO, you saved over the DoNotEdit file when closing Unity (aka the most annoying bug of 0.16).

    Here's my workaround with 2019.2.0b6
    - Close Unity
    - Delete the files in Assets\EditorCache\ (DotsScratchpad-DoNoEdit.unity and DotsScratchpad-DoNoEdit.unity.meta)
    - Restart Unity
     
  3. STEENBRINK

    STEENBRINK

    Joined:
    Jul 24, 2019
    Posts:
    9
    Sadly, this did not work. Just to be clear, everything else works. I can open, run and edit the sample projects. It is just the UI that won't update. It did work on 2018.3.14f1 with tiny 0.14.5 preview
     
  4. STEENBRINK

    STEENBRINK

    Joined:
    Jul 24, 2019
    Posts:
    9
    I'm running 2019.2.1f1, with tiny 15.3. The whole configuration is exactly like others in my project group. Theirs did work.
     
  5. STEENBRINK

    STEENBRINK

    Joined:
    Jul 24, 2019
    Posts:
    9
    The warning, I'm getting now:

    Cannot find editor window pane type TinyHierarchyWindow for editor mode dots.
    UnityEngine.GUIUtility: ProcessEvent(Int32, IntPtr)


    And:

    Cannot find editor window pane type Game for editor mode dots.
    UnityEngine.GUIUtility: ProcessEvent(Int32, IntPtr)


    Don't know if this is related
     
  6. n3wb13

    n3wb13

    Joined:
    Jul 12, 2017
    Posts:
    24
    I get the same error too. I tried @Jalol suggestion but it did not work. Anybody else had suggestion.
     
  7. STEENBRINK

    STEENBRINK

    Joined:
    Jul 24, 2019
    Posts:
    9
    I finally got it to work, not sure how it suddenly works, but the rendering started working after I changed my layout in the top-right. Hope this helps.
     
  8. kamasu

    kamasu

    Joined:
    Sep 30, 2014
    Posts:
    2
    I got exactly same error, And I managed to solve the problem.
    the solution is; Use the unity version "2019.2.0b10".
    I used to use the version 2019.2.5f1 but it seems not to be compatible with the tiny mode.