We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I've noticed a few exceptions being thrown when I select certain objects in the object-selector in the preferences menu.
InvalidOperationException: Destroying a GameObject inside a Prefab instance is not allowed. UnityEngine.Object.DestroyImmediate (UnityEngine.Object obj) AssetIcons.Editors.AssetIconRenderer.RenderModel (UnityEngine.GameObject model, AssetIcons.Editors.CameraSetup style, System.Int32 width, System.Int32 height) (at Assets/AssetIcons/Editor/Scripts/AssetIconRenderer.cs:261) AssetIcons.Editors.RenderCache.GetTexture (AssetIcons.Editors.CameraSetup cameraSetup, UnityEngine.GameObject target) (at Assets/AssetIcons/Editor/Scripts/RenderCache.cs:54)
The text was updated successfully, but these errors were encountered:
Fydar
No branches or pull requests
I've noticed a few exceptions being thrown when I select certain objects in the object-selector in the preferences menu.
The text was updated successfully, but these errors were encountered: