Varneon/VUdon-Udonity

Add ability to reparent objects

Opened this issue · 0 comments

From hierarchy's implementation perspective, this should be achievable with code from RemoveHierarchyElementTreeAtIndex(int index) and AddRootToHierarchy(Transform root, int hierarchyIndex), but the action should be separated into a new method.