Fixes Sprite IDs not assigned correctly on newer versions of Unity.#3
Fixes Sprite IDs not assigned correctly on newer versions of Unity.#3CodeArtistMX wants to merge 1 commit into
Conversation
…ity. Updates the project to use the new UnityEditor.U2D.Sprites library when creating the sprite instances for the texture importer. The previous SpriteMetaData class is now marked as obsolete and was not assigning IDs to sprites causing them to be unable to be selected individually in the Unity editor. Here is more info about the issue: https://forum.unity.com/threads/spritemetadata-textureimporter-potential-bug-in-unity-2021-2-16f1.1259632/ And thank you for creating this asset! 😄
|
Thanks for this. |
|
I also made a new version. Mine is a bit different, but I think it solves the same problem! It also converts the tool to a package (no more files in the Assets folder). |
|
Awesome! Thanks again for sharing your work, and if there is anything else I can do to help let me know! |
Updates the project to use the new UnityEditor.U2D.Sprites library when creating the sprite instances for the texture importer.
The previous SpriteMetaData class is now marked as obsolete and was not assigning IDs to sprites causing them to be unable to be selected individually in the Unity editor.
Here is more info about the issue:
https://forum.unity.com/threads/spritemetadata-textureimporter-potential-bug-in-unity-2021-2-16f1.1259632/
https://forum.unity.com/threads/example-code-for-ispriteeditordataprovider-as-a-replacement-for-textureimporter-spritesheets.1427991/
And thank you for creating this asset! 😄