You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: UnitySetup/UnitySetup.psm1
+5-4Lines changed: 5 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -130,10 +130,11 @@ class UnityProjectInstance {
130
130
if (!$prodName) { throw"ProjectSettings is missing productName" }
131
131
}
132
132
catch {
133
-
Write-Warning-Message "Could not read $projectSettingsFile, in the Unity project try setting Editor Settings > Asset Serialiazation Mode to 'Force Text'.
0 commit comments