fix:调整删除鱼
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
<category android:name="android.intent.category.LAUNCHER"/>
|
||||
</intent-filter>
|
||||
<intent-filter>
|
||||
<data android:scheme="picoapp" android:host="launch" android:path="/com.pineappletech.fishingmaster.gongsi1lou"/>
|
||||
<data android:scheme="picoapp" android:host="launch" android:path="/com.pineappletech.fishingmaster.beijingmiyunruijiashangchang"/>
|
||||
<action android:name="android.intent.action.VIEW"/>
|
||||
<category android:name="android.intent.category.DEFAULT"/>
|
||||
</intent-filter>
|
||||
|
||||
@@ -1 +1 @@
|
||||
Build from CHINAMI-UKDLSK3 at 2026/2/26 16:10:32
|
||||
Build from CHINAMI-UKDLSK3 at 2026/2/26 16:42:32
|
||||
File diff suppressed because it is too large
Load Diff
@@ -1,11 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c4910cefecf0d7f428d7ab139d9c3cc8
|
||||
MonoImporter:
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
defaultReferences: []
|
||||
executionOrder: 0
|
||||
icon: {instanceID: 0}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -1,5 +0,0 @@
|
||||
<linker>
|
||||
<assembly fullname="Unity.VisualScripting.Core" preserve="all" />
|
||||
<assembly fullname="Unity.VisualScripting.Flow" preserve="all" />
|
||||
<assembly fullname="Unity.VisualScripting.State" preserve="all" />
|
||||
</linker>
|
||||
@@ -1,7 +0,0 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 301680e8e175bc2478330866551e9f8a
|
||||
TextScriptImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
@@ -364,7 +364,9 @@ public class FishSpawner : MonoBehaviour
|
||||
|
||||
foreach (var fish in allFish)
|
||||
{
|
||||
if(fish!=null)
|
||||
if(fish==null)
|
||||
continue;
|
||||
if(fish.gameObject!=null)
|
||||
Destroy(fish.gameObject);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -5,10 +5,10 @@ EditorBuildSettings:
|
||||
m_ObjectHideFlags: 0
|
||||
serializedVersion: 2
|
||||
m_Scenes:
|
||||
- enabled: 1
|
||||
- enabled: 0
|
||||
path: Assets/_FishingMaster/Scenes/Company1Floor.unity
|
||||
guid: 58e6928b7ab8fef4d89228bad6b6b5da
|
||||
- enabled: 0
|
||||
- enabled: 1
|
||||
path: Assets/_FishingMaster/Scenes/Bejing_Miyun_RuijiaShangchang.unity
|
||||
guid: 53ca3adf25c420b4db6085dfa97dda55
|
||||
- enabled: 0
|
||||
|
||||
@@ -141,10 +141,7 @@ PlayerSettings:
|
||||
visionOSBundleVersion: 1.0
|
||||
tvOSBundleVersion: 1.0
|
||||
bundleVersion: 1.0.1
|
||||
preloadedAssets:
|
||||
- {fileID: -8694443260321748181, guid: 4b42739a1e92cc548bfd5b2228834c88, type: 2}
|
||||
- {fileID: 11400000, guid: 394d00ed08bdcde4c96c9952ff9a20ce, type: 2}
|
||||
- {fileID: 5433630323398730205, guid: 7d54fe958ff70274898aedb4739d2f73, type: 2}
|
||||
preloadedAssets: []
|
||||
metroInputSource: 0
|
||||
wsaTransparentSwapchain: 0
|
||||
m_HolographicPauseOnTrackingLoss: 1
|
||||
@@ -165,7 +162,7 @@ PlayerSettings:
|
||||
androidSupportedAspectRatio: 1
|
||||
androidMaxAspectRatio: 2.1
|
||||
applicationIdentifier:
|
||||
Android: com.pineappletech.fishingmaster.gongsi1lou
|
||||
Android: com.pineappletech.fishingmaster.beijingmiyunruijiashangchang
|
||||
Standalone: com.PineappleGame.---------------2------
|
||||
buildNumber:
|
||||
Standalone: 0
|
||||
|
||||
Reference in New Issue
Block a user