浏览代码

fixed object cache reset object function

/generic-asset-sources
Mohsen Kamalzadeh 3 年前
当前提交
48ac49e7
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 1
      com.unity.perception/Runtime/Randomization/Randomizers/RandomizerExamples/Utilities/GameObjectOneWayCache.cs

1
com.unity.perception/Runtime/Randomization/Randomizers/RandomizerExamples/Utilities/GameObjectOneWayCache.cs


if (indexFound >= 0)
{
ResetObjectState(instantiatedObjectList[indexFound]);
instantiatedObjectList.RemoveAt(indexFound);
m_NumObjectsActive[i]--;
return;
}

正在加载...
取消
保存