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

'PackageInfo' 'PackageStatus' Missing After Install #100

Closed
Snow-Okami opened this issue Oct 7, 2024 · 2 comments
Closed

'PackageInfo' 'PackageStatus' Missing After Install #100

Snow-Okami opened this issue Oct 7, 2024 · 2 comments

Comments

@Snow-Okami
Copy link

After trying to install this plugin I am getting multiple errors across the files. The two repeating errors are:

Library\PackageCache\com.unity.autolod@9492bc0620\Editor\AutoLOD.cs(184,13): error CS0246: The type or namespace name 'PackageStatus' could not be found (are you missing a using directive or an assembly reference?)

Library\PackageCache\com.unity.autolod@9492bc0620\Editor\AutoLOD.cs(191,42): error CS1061: 'PackageInfo' does not contain a definition for 'status' and no accessible extension method 'status' accepting a first argument of type 'PackageInfo' could be found (are you missing a using directive or an assembly reference?)

Any idea how to resolve this? I can find some documentation on this but it seems this is a Unity 6 feature only. I am using 2023. Was this updated for that and there's no backwards compatibility?

@amirebrahimi
Copy link
Contributor

See #98. It's likely you'll have to get this through a fork.

@Snow-Okami
Copy link
Author

Thank you very much! I was able to solve it by using the source and editing it. But I will try one of these newer updated forks, I did not know they existed.

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

2 participants