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

How do I study Tiny Mode?

Discussion in 'Project Tiny' started by Hururu, Feb 12, 2020.

  1. Hururu

    Hururu

    Joined:
    Dec 3, 2019
    Posts:
    6
    I use Unity 2019.3.0f6. I can't find Project Tiny in Package Manager.Why?

    How do I install these packages? who can help me?

    I downloaded the Tniy 3D demo.
    When opening Tiny Factory project, an error message appears:
    "Library\PackageCache\com.unity.tiny.rendering@0.20.0-preview.3\Runtime\Unity.Tiny.Rendering.Native\RendererBGFX.cs(12,18): error CS0234: The type or namespace name 'Web' does not exist in the namespace 'Unity.Tiny' (are you missing an assembly reference?)".
    How do I do?

    Sorry, my English is not very good!
     
  2. elliotc-unity

    elliotc-unity

    Unity Technologies

    Joined:
    Nov 5, 2015
    Posts:
    230
    Generally, the easiest way to just obtain a working install of tiny today is to copy one of the published samples, and mess with it from there. Your particular error looks like it comes from missing com.unity.tiny.web, but you will probably have more if you don't at least copy the manifest.json from e.g. TinyRacing.

    We are working on a better out of the box experience, also.
     
  3. Hururu

    Hururu

    Joined:
    Dec 3, 2019
    Posts:
    6
    Thank you very much for your suggestion!
    I have copied a project.
    But this error still appears.
    I have added "unity.tiny.web" package. But "using unity.tiny.web" cannot be found.
     
  4. Ted_Wikman

    Ted_Wikman

    Unity Technologies

    Joined:
    Oct 7, 2019
    Posts:
    916
    It seems that you have discovered a bug, we will note this one down.
    In the meantime, try to switch build target (File > Build Settings) to Windows or Mac. This should remove the error you are seeing.
     
  5. Hururu

    Hururu

    Joined:
    Dec 3, 2019
    Posts:
    6
    Thank you very much. I'll try it immediately.:D