mirror of
https://github.com/misternebula/quantum-space-buddies.git
synced 2025-01-10 15:53:19 +00:00
carry over childIndex from assetbundle
This commit is contained in:
parent
3022c20841
commit
2a09f81524
@ -95,6 +95,7 @@ namespace QSB
|
||||
{
|
||||
var child = go.AddComponent<QNetworkTransformChild>();
|
||||
child.Target = item.target;
|
||||
child.m_ChildIndex = item.childIndex;
|
||||
Destroy(item);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user