Skip to content

Commit 8f6f36e

Browse files
authored
Update workarounds.md
1 parent ef505e2 commit 8f6f36e

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

workarounds.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ In most cases, these errors are **harmless and can be safely ignored**. Unity ma
5252

5353
### What you should do
5454

55-
- If the build **completes successfully**, you can safely ignore these errors.
56-
- If the build **fails or stops**, and the errors mention `ScriptableSingleton`, please report this to us along with the full error message.
55+
- If the build **completes successfully**, you can safely ignore these errors.
56+
- If the build **fails or stops**, and the errors mention `ScriptableSingleton`, please try removing 'Assets/ASMBuild', if it exists. Otherwise, please report this to us along with the full error message.
5757

5858
### Why this happens
5959

@@ -64,3 +64,6 @@ These errors are typically caused by how Unity handles initialization and serial
6464
We are aware of these issues and plan to **rewrite the settings system in a future update**, which will remove reliance on `ScriptableSingleton` and eliminate these errors entirely.
6565

6666
Until then, as long as your build completes, these messages can be considered safe to ignore.
67+
68+
## No scenes in build
69+
This happens sometimes randomly, and will probably work on another attempt. This is due to the same issue as above with `ScriptableSingleton`.

0 commit comments

Comments
 (0)