@@ -134,7 +134,10 @@ namespace ETHotfix
else
{
#if !SERVER
- UnityEngine.Object.Destroy(this.GameObject);
+ if (this.GameObject != null)
+ {
+ UnityEngine.Object.Destroy(this.GameObject);
+ }
#endif
}
@@ -1,8 +0,0 @@
-fileFormatVersion: 2
-guid: 43c537b5f05843f4bbd7e6255e1a040a
-folderAsset: yes
-DefaultImporter:
- externalObjects: {}
- userData:
- assetBundleName:
- assetBundleVariant:
@@ -138,7 +138,11 @@ namespace ETModel
+