Select your preferred scripting language. All code snippets will be displayed in this language.
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseReturns the parent asset object of source
, or null if it can't be found.
Use this function to get a prefab asset object the source
was instantiated from.
This also returns the prefab parent if the prefab has become disconnected, which can then be used to reconnect the prefab.