File tree Expand file tree Collapse file tree 2 files changed +20
-1
lines changed
Expand file tree Collapse file tree 2 files changed +20
-1
lines changed Original file line number Diff line number Diff line change @@ -356,7 +356,7 @@ PlayerSettings:
356356 m_BuildTargetGroupLoadStoreDebugModeSettings : []
357357 m_BuildTargetNormalMapEncoding : []
358358 m_BuildTargetDefaultTextureCompressionFormat : []
359- playModeTestRunnerEnabled : 1
359+ playModeTestRunnerEnabled : 0
360360 runPlayModeTestAsEditModeTest : 0
361361 actionOnDotNetUnhandledException : 1
362362 enableInternalProfiler : 0
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ # unzip vendors into folder
4+ cd Assets/vendor
5+ unzip ../../vendor.zip
6+
7+ # delete plugins/fmod if exists
8+ rm -r ../Plugins/FMOD 2> /dev/null
9+
10+ # move vendor/fmod into plugins/fmod
11+ mv FMOD ../Plugins/FMOD
12+
13+ # remove files if exist
14+ rm -f ../Plugins/FMOD/Resources/FMODStudioSettings.asset{,.meta}
15+
16+
17+
18+
19+
You can’t perform that action at this time.
0 commit comments