Skip to content
Snippets Groups Projects
Commit f4508bec authored by Guillaume Meinesz's avatar Guillaume Meinesz
Browse files

correction pour permettre l'apparition de l'écran de fin (apres toutes les sessions terminées)

parent 27cda7f9
No related branches found
No related tags found
No related merge requests found
...@@ -126,7 +126,6 @@ public class mainManager : MonoBehaviour ...@@ -126,7 +126,6 @@ public class mainManager : MonoBehaviour
} }
} }
} }
s = jsonStructureScript.data.sessions[currentSession];
if (currentSession >= jsonStructureScript.data.sessions.Count) if (currentSession >= jsonStructureScript.data.sessions.Count)
{ {
toutessessionsacheves = true; toutessessionsacheves = true;
......
...@@ -136,7 +136,7 @@ PlayerSettings: ...@@ -136,7 +136,7 @@ PlayerSettings:
vulkanEnableLateAcquireNextImage: 0 vulkanEnableLateAcquireNextImage: 0
vulkanEnableCommandBufferRecycling: 1 vulkanEnableCommandBufferRecycling: 1
loadStoreDebugModeEnabled: 0 loadStoreDebugModeEnabled: 0
bundleVersion: 1.22 bundleVersion: 1.23
preloadedAssets: [] preloadedAssets: []
metroInputSource: 0 metroInputSource: 0
wsaTransparentSwapchain: 0 wsaTransparentSwapchain: 0
...@@ -166,7 +166,7 @@ PlayerSettings: ...@@ -166,7 +166,7 @@ PlayerSettings:
iPhone: 0 iPhone: 0
tvOS: 0 tvOS: 0
overrideDefaultApplicationIdentifier: 1 overrideDefaultApplicationIdentifier: 1
AndroidBundleVersionCode: 13 AndroidBundleVersionCode: 14
AndroidMinSdkVersion: 22 AndroidMinSdkVersion: 22
AndroidTargetSdkVersion: 0 AndroidTargetSdkVersion: 0
AndroidPreferredInstallLocation: 1 AndroidPreferredInstallLocation: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment