mirror of https://github.com/tuyoogame/YooAsset
update runtime code
parent
c91c49465b
commit
93b58149d2
|
@ -19,7 +19,10 @@ namespace YooAsset
|
|||
public static void Initialize(ILogger logger = null)
|
||||
{
|
||||
if (_isInitialize)
|
||||
throw new Exception($"{nameof(YooAssets)} is initialized !");
|
||||
{
|
||||
UnityEngine.Debug.LogWarning($"{nameof(YooAssets)} is initialized !");
|
||||
return;
|
||||
}
|
||||
|
||||
if (_isInitialize == false)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue