Unity-Technologies / UnityPlayground

A collection of simple scripts to create 2D physics game, intended for giving workshops to a young audience
MIT License
856 stars 163 forks source link

GameObjectInspector : simulate prefab menu #19

Closed Arche-san closed 6 years ago

Arche-san commented 6 years ago

Hello, When I tried to play with the playground project, I've been stuck when i wanted to modify my prefabs (objects to spawn for example) from the Hierarchy window. So... I've recreated the prefab menu from default Unity editor to apply prefab directly from the inspector. :D

chrome_2018-04-13_21-16-45

Tell me if this is something you would like to integrate for the playground project. Prefabs could be confusing for beginners, but this is also a very important concept in Unity. Anyway, this is something I wanted for my students, maybe you want it for yours.

Cheers !

ciro-unity commented 6 years ago

Oh wow, this is amazing! I didn't recreate it just because of a lack of time. I will check the PR and pull it in if there are no issues. Thanks for the great work, @Arche-san !