mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
Update ResourceManager.cs
This commit is contained in:
@@ -202,9 +202,10 @@ namespace TEngine
|
||||
if (package == null)
|
||||
{
|
||||
package = YooAssets.CreatePackage(packageName);
|
||||
PackageMap[packageName] = package;
|
||||
}
|
||||
|
||||
PackageMap[packageName] = package;
|
||||
|
||||
// 编辑器下的模拟模式
|
||||
InitializationOperation initializationOperation = null;
|
||||
if (playMode == EPlayMode.EditorSimulateMode)
|
||||
|
Reference in New Issue
Block a user