Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
castana1962 opened this issue Mar 25, 2019 · 2 comments

Comments

@castana1962
Copy link

castana1962 commented Mar 25, 2019

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

@castana1962 castana1962 changed the title Multiple Errors in error CS0246: The type or namespace name 'AABB' could not be found (are you missing a using directive or an assembly reference?) Mar 25, 2019
@skhamis
Copy link
Owner

skhamis commented Apr 30, 2019

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.

@Trojaner
Copy link

Trojaner commented Jun 7, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants