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

Latest entities dependency error

Discussion in 'Entity Component System' started by Abbrew, Feb 19, 2019.

  1. Abbrew

    Abbrew

    Joined:
    Jan 1, 2018
    Posts:
    417
    Library/PackageCache/com.unity.entities@0.0.12-preview.24/Unity.Transforms.Editor/TransformComponentEditors.cs(48,26): error CS0246: The type or namespace name 'RotationProxy' could not be found (are you missing a using directive or an assembly reference?)

    I tried fixing this by directly editing TransformComponentEditors.cs to include the
    using Unity.Transforms;
    which should have solved the issue. However, that file is read-only and upon restarting Unity it reverts to its original form. Any way to get it to save?
     
  2. tertle

    tertle

    Joined:
    Jan 25, 2011
    Posts:
    3,753
  3. ruban211097

    ruban211097

    Joined:
    Jan 25, 2020
    Posts:
    2
    If you have problems with Package Cache - Go to "Help" tab, and click "Reset packages to defaults"
     
  4. sayankgp

    sayankgp

    Joined:
    Nov 22, 2018
    Posts:
    2
    This Solved My problem. Thanks