- Home /
How to use editor itons in game?
Odd question, I am creating an RPG with a bunch of items that can go into the players inventory and should have icons. Now the way my inventory works I store a Transform of the item so that it can be spawned back into the game later. The objects are of course all prefabs, and in the unity editor they all have icons that appear to be isometric snapshots of the item in question. It would save me a ton of time and resources if I could use that automatically generated icon image in my inventory instead of having to make one for each and every single item in my game. Is this possible? and if so can I get it out of a transform?
Thanks in advance : )
Answer by CiberX15 · Dec 04, 2013 at 02:44 PM
Never mind, found the answer in an older post: http://answers.unity3d.com/questions/546447/use-editor-icons-in-game.html#answer-589445
Your answer
Follow this Question
Related Questions
Use editor icons in game? 2 Answers
Pixelstudio (Moving) skybox clouds not tiling correctly 0 Answers
Create a in-App Purchases for Android? 0 Answers
Accessing scripts in the same game object 3 Answers
Chain Texture for Line Renderer 1 Answer