Skip to content

Commit

Permalink
Fix Unity.app ambiguity in validating downloaded Unity version
Browse files Browse the repository at this point in the history
  • Loading branch information
boggydigital authored May 31, 2023
1 parent 3b0b352 commit e20bf57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/unity-porting.md
Original file line number Diff line number Diff line change
Expand Up @@ -326,7 +326,7 @@ You might see: `Invalid serialized file version. File: "/Applications/<GamePacka
Verify that the prepared version of the player is the correct one:

- Start [`Terminal.app`](https://support.apple.com/guide/terminal/welcome/mac)
- Navigate to the location of the player (e.g. `cd <path-to-the-folder-containing-Unity.app>/Contents/MacOS`)
- Navigate to the location of the player you previously discovered above, under the path `Contents/PlaybackEngines/MacStandaloneSupport/Variations` (e.g. `cd /Applications/Unity/Unity.app/Contents/PlaybackEngines/MacStandaloneSupport/Variations/macosx64_nondevelopment_mono/UnityPlayer.app/Contents/MacOS`)
- Run the following command: `strings UnityPlayer | grep <unity-version>`, e.g. `strings UnityPlayer | grep 4.7.0f1`
- Observe the output:

Expand Down

0 comments on commit e20bf57

Please sign in to comment.