v0lt13 / EditorAttributes

EditorAttributes is a unity package that adds some extra editor attributes to your project to easily customize your editors without having to write any editor code.
https://editorattributesdocs.readthedocs.io/
The Unlicense
84 stars 5 forks source link

Errors on import. #9

Closed AndrewCromar closed 1 month ago

AndrewCromar commented 2 months ago

When I import the package I get alot (257) of errors coming from the package.

image

v0lt13 commented 2 months ago

that is weird, can you open the sources and show the error there?

SaudBako commented 1 month ago

Editor attributes V2.2.0 Unity V2021.3.39

My Unity version might not be compatible, but these are the only 2 errors I get:

Screenshot 2024-07-22 at 7 28 47 PM

Screenshot 2024-07-22 at 7 29 34 PM Screenshot 2024-07-22 at 7 29 51 PM
v0lt13 commented 1 month ago

Yeah unity 2021 is not supported becuase UI toolkit is not supported well on that version, if you want to use this package on 2021 try an older version of the package by going to the github releases. v2.1.1 is the newest version of the package that still uses ImGUI that one should still work on 2021

AndrewCromar commented 1 month ago

Hello @v0lt13, sorry it took me so long to reply, I was on vacation. The project I was using it in was using unity 2020.3.47f1 which biased on what you said I assume is not supported.

After testing in Unity 2022.2.13f1 the errors are gone and I was able to get it working.