Is there a free way I can "paint" with prefabs?
I'm making a dungeon/puzzle game, and it's getting really annoying placing my wall prefab by dragging and dropping. I see tools for using them at ~$15, something not in my budget of broke. Does anyone have a suggestion of something to do this, like a map editor?
Answer by DysnomiaGames · Jul 11, 2016 at 01:54 PM
The only free way is to write your own editor script. https://docs.unity3d.com/Manual/ExtendingTheEditor.html
I had a similar problem but i was too lazy to write my own prefab brush so i bought an asset for 6 bucks.
Your answer
Follow this Question
Related Questions
Deleting a gameobject/prefab that has been instantiated 0 Answers
Unity is not recognising MonoBehaviour,Unity not recognising MonoBehaviour 0 Answers
For some reason I cannot drag my prefabs from the Project folder into the scene hierarchy. 2 Answers
Limit an amount of prefabs instantiated in javascript for Unity 5. 0 Answers