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

Unity 2022.2 and higher -- UnityEditor.Experimental.AssetImporters not found #31

Open
quietpixel opened this issue Jul 26, 2022 · 0 comments

Comments

@quietpixel
Copy link

When updating the project to Unity 2022.2 or higher, the AssetImporterEditor and ScriptedImporter classes are not found. This is because UnityEditor.Experimental.AssetImporters was promoted to non-experimental status.

To fix the compilation issues, go into GLTFImporter.cs and GLTFlmporterInspector.cs and change

using UnityEditor.Experimental.AssetImporters

to

using UnityEditor.AssetImporters

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

1 participant