Compare commits
1 Commits
master
...
feature/ur
| Author | SHA1 | Date |
|---|---|---|
|
|
f5a5fe7e7b | 2 years ago |
10 changed files with 160 additions and 93 deletions
File diff suppressed because one or more lines are too long
@ -0,0 +1,18 @@ |
|||
{ |
|||
"MonoBehaviour": { |
|||
"Version": 4, |
|||
"EnableBurstCompilation": true, |
|||
"EnableOptimisations": true, |
|||
"EnableSafetyChecks": false, |
|||
"EnableDebugInAllBuilds": false, |
|||
"DebugDataKind": 1, |
|||
"EnableArmv9SecurityFeatures": false, |
|||
"CpuMinTargetX32": 0, |
|||
"CpuMaxTargetX32": 0, |
|||
"CpuMinTargetX64": 0, |
|||
"CpuMaxTargetX64": 0, |
|||
"CpuTargetsX32": 6, |
|||
"CpuTargetsX64": 72, |
|||
"OptimizeFor": 0 |
|||
} |
|||
} |
|||
@ -0,0 +1,6 @@ |
|||
{ |
|||
"MonoBehaviour": { |
|||
"Version": 4, |
|||
"DisabledWarnings": "" |
|||
} |
|||
} |
|||
@ -0,0 +1,11 @@ |
|||
{ |
|||
"m_Dictionary": { |
|||
"m_DictionaryValues": [ |
|||
{ |
|||
"type": "System.Boolean, mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089", |
|||
"key": "IET.DisplayWelcomeDialogOnStartup", |
|||
"value": "{\"m_Value\":false}" |
|||
} |
|||
] |
|||
} |
|||
} |
|||
Loading…
Reference in new issue