Answers for "unity how to get a prefab from a child in a prefab"

C#
2

unity create prefab with child

Add the original prefab into the scene, add the new prefab as a child to it, 
then drag the original prefab back onto the prefab in the project view (or just
click Apply in the inspector)
Probably want to delete it from the scene after that
Posted by: Guest on January-20-2021

Code answers related to "unity how to get a prefab from a child in a prefab"

C# Answers by Framework

Browse Popular Code Answers by Language