↧
How to safely delete a prefab?
This may seem a dumb question, but how do I delete a prefab making sure it doesn't break anything? I have a project full of clutter and I am trying to clean it up. I took for granted that if I delete a...
View Article,How do I connect a game object prefab to a TextMesh Pro text box?
What I am trying to accomplish is to have some text boxes in a side panel on the screen display information about the currently selected (or mouse overed) game object. In all of the solutions I have...
View ArticlePrefab clone not updating
So I have multiple Prefabs in my scene that are supposed to spawn each other during runtime. Therefore, I created a script on them that manages them. However, if I assign the public variables of type...
View Article