Commit 1532417
authored
fix(editor): NetworkPrefabProcessor not marking prefab list dirty (#3102)
NetworkPrefabProcessor now marks the default NetworkPrefabsList ScriptableObject asset as dirty if there are new imports OR deletions.
Unity is now aware of the changes and is able to write them to disk.1 parent 25ec4a5 commit 1532417
File tree
1 file changed
+1
-1
lines changed- com.unity.netcode.gameobjects/Editor/Configuration
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
0 commit comments