This repository has been archived by the owner on Jan 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
updating code docs and adding two new Project settings files
- Loading branch information
1 parent
3986793
commit 43b3f32
Showing
3 changed files
with
22 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11 changes: 11 additions & 0 deletions
11
workers/unity/ProjectSettings/BurstAotSettings_Android.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"MonoBehaviour": { | ||
"m_Enabled": true, | ||
"m_EditorHideFlags": 0, | ||
"m_Name": "", | ||
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings", | ||
"DisableOptimisations": false, | ||
"DisableSafetyChecks": true, | ||
"DisableBurstCompilation": false | ||
} | ||
} |
11 changes: 11 additions & 0 deletions
11
workers/unity/ProjectSettings/BurstAotSettings_StandaloneWindows.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
This comment has been minimized.
Sorry, something went wrong. |
||
"MonoBehaviour": { | ||
"m_Enabled": true, | ||
"m_EditorHideFlags": 0, | ||
"m_Name": "", | ||
"m_EditorClassIdentifier": "Unity.Burst.Editor:Unity.Burst.Editor:BurstPlatformAotSettings", | ||
"DisableOptimisations": false, | ||
"DisableSafetyChecks": true, | ||
"DisableBurstCompilation": false | ||
} | ||
} |
why did we remove the remark entirely, instead of replacing "reactive"-->"temporary"