skhamis / Unity-ECS-RTS

Trying to recreate a simple RTS game using Unity and pure ECS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error CS0246: The type or namespace name 'AABB' could not be found (are you missing a using directive or an assembly reference?)

castana1962 opened this issue · comments

Hi
I am trying to work with your RTS project in Unity 2019.1b8 and I updated the Mathematics (1.0.0 preview 1) and Entities( 0.0.12 preview 29) packages ( to do it I had that eliminate the Library folder and I opened again the project en 2019.1b8 after that I could do it
and I have 2 errors

Library\PackageCache\com.unity.entities@0.0.12-preview.29\Unity.Mathematics.Extensions\MinMaxAABB.cs(28,52): error CS0246: The type or namespace name 'AABB' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.entities@0.0.12-preview.29\Unity.Mathematics.Extensions\MinMaxAABB.cs(33,41): error CS0246: The type or namespace name 'AABB' could not be found (are you missing a using directive or an assembly reference?)

For it, Could you help me to fix it?
Thanks for your time
Alejandro

Hmmm this is a weird one. You might want to try clone the repository fresh and use the latest beta build for Unity, I tried a fresh copy and no errors.

Your issues are clearly related to Unity packages, not to this project.