[Entities Module] - EntitySelectionProxy does not contain a definition for EntityManager.

Issue #861 new
Emeric created an issue

1. What happened?

Activated the Unity.Entities support module and got the following console errors.

2. How can we reproduce it?

  1. Create a new unity project (version 2021.3.5f1);
  2. In Unity, open the package manager (Window → Package Manager);
  3. Import the com.unity.entities package through the package manager:

    1. Click the + button on the top left of the package manager window;
    2. Select add package from git URL;
    3. Enter “com.unity.entities”;
    4. Press add and wait for it to install.
  4. Import the Odin inspector package through the package manager:

    1. Assuming your unity user account owns the Odin Inspector asset;
    2. From the Packages drop-down menu, select My Assets;
    3. Search for “Odin - Inspector and Serializer”;
    4. Import it to the project (you may have to download it).
  5. Close the package manager;

  6. Activate the Unity.Entities support module:

    1. Open the Odin Inspector’s preferences (Tools → Odin Inspector → Preferences);
    2. Navigate to the Modules tab;
    3. Select the unity.Entities support tab module;
    4. Press the activate button;

3. If screenshots would help explain or demonstrate your issue, please include these.

Included above.

4. What version of Unity are you using?

2021.3.5f1

5. What version of Odin are you using? (See "Tools > Odin Inspector > About")

3.0.13.0

6. Do you have Editor Only mode enabled?

no (enabling it does not resolve the issue)

7. What operating system are you on?

windows 10

[unity project attached]

Comments (5)

  1. Log in to comment