ShowEntity 之后 在 GetEntity 就会报空引用
Closed this issue · 1 comments
cc10vv2007 commented
GameApp.Entity.ShowEntity(entityID, entityAssetName, entityGroupName, userData);
Entity entity = GameApp.Entity.GetEntity(entityID);
运行环境:
Unity2022.3
PC platform
没有开启WebGL
AlianBlank commented
已修复