Create Prefabs for Sprites
I have a sprites directory containing many subfolders each of which contains many sprites. I want to take each sprite, create a prefab, set the spriterenderer of that prefab to this sprite, and retain the directory structure.
When doing this in the asset importer, the sprite reference does not hold (sprite on the prefab says missing). I can't figure out how to get the path of the selection from an editor window. Help?
Thanks in advance.
Your answer
Follow this Question
Related Questions
Unity2D - Prefab's sprite rotation 0 Answers
Is there any way to store a script and its data as an asset? 1 Answer
2D game: Adding sprites to sprite sheet - now model is blurry 0 Answers
EDITOR HOW TO GET A TEXT FILE OBJECT OR INSTANCE ID TO FOCUS THE PROJECT WINDOW ON IT 1 Answer
How to fix broken asset thumbnails? 2 Answers