Question by
ElementalVenom · Jan 14, 2016 at 03:55 AM ·
gameobjectcomponent
Get components on a gameObject after build.
So its pretty simple. I need to see a list of components on the gameObject "Player" For the game: Unturned. I'm using this information to make a plugin. Because the game is already built I need to know how to find which components are on the gameObject named "Player"
Comment
Your answer
Follow this Question
Related Questions
Adding components vs child 0 Answers
Object Pool and components 1 Answer
NullPointException Object not found, caused by a variable not accepting value? 0 Answers
How to remove added component from prefab after game is stopped ? 1 Answer
Why can't you add editor scripts to GameObjects even if the tag is EditorOnly? 0 Answers