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

Compile Error

Discussion in 'Project Tiny' started by vincismurf, Dec 5, 2018.

  1. vincismurf

    vincismurf

    Joined:
    Feb 28, 2013
    Posts:
    200
    I just added the package and I got this compilation error

    Library\PackageCache\com.unity.tiny@0.13.2-preview\Editor\InternalBridge\UnifiedSettingsBridge.cs(10,46): error CS0103: The name 'SettingsScope' does not exist in the current context

    2018.3.0b7
     
  2. vincismurf

    vincismurf

    Joined:
    Feb 28, 2013
    Posts:
    200
    Worked in Clean 2018.3b12 project. . . and removing and adding Jobs/ECS/Mathmatics . . .fixed the error
     
    Last edited: Dec 5, 2018
  3. etienne_unity

    etienne_unity

    Unity Technologies

    Joined:
    Aug 31, 2017
    Posts:
    102
    Hi!

    As a preview package, Tiny Mode indeed works best on clean Unity 2018.3b12 projects. As a side note, we do share dependencies with the ECS packages, so try not mixing both since they're both under heavy development. We're working towards a more unified approach that will resolve this issue.

    Thanks for your feedback!
    -Etienne.
     
    FROS7 and vincismurf like this.
  4. johnomahen

    johnomahen

    Joined:
    Jun 22, 2018
    Posts:
    1
    I tried five times with brand new clean projects and each of them had the error: Library\PackageCache\com.unity.tiny@0.13.2-preview\Editor\InternalBridge\UnifiedSettingsBridge.cs(10,46): error CS0103: The name 'SettingsScope' does not exist in the current context

    Any suggestions?
     
    zohaibzaidi likes this.
  5. zohaibzaidi

    zohaibzaidi

    Joined:
    Sep 20, 2018
    Posts:
    2
    I'm having the exact same issue with Unity 2018.3.0b7 even in a clean project
     
  6. Nkon

    Nkon

    Unity Technologies

    Joined:
    Jun 12, 2017
    Posts:
    65
    Also getting this on 2018.3.0b7. The best option would be to use either 2018.3.0b12 or the newly released 2018.3.0f2, both have been working fine over here.

    Cheers!
     
  7. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Hi
    The minimum supported Unity version to run Tiny mode is 2018.3.0b12 and above
    Please update Unity to the latest stable version of 2018.3.0
     
    Last edited: Dec 14, 2018
  8. jackesdavid

    jackesdavid

    Joined:
    Dec 10, 2018
    Posts:
    5
    I'm receiving this on linux Editor , any idea ?
    upload_2018-12-27_22-55-12.png

    upload_2018-12-27_22-55-50.png