Skip to content

Commit

Permalink
Merge pull request #485 from Caeden117/dev
Browse files Browse the repository at this point in the history
Stable (0.9.646)
  • Loading branch information
XAce1337manX authored Oct 1, 2023
2 parents fbf5a83 + 1906469 commit cbc5dd5
Show file tree
Hide file tree
Showing 728 changed files with 88,462 additions and 32,549 deletions.
56 changes: 56 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
{
"files.exclude":
{
"**/.DS_Store":true,
"**/.git":true,
"**/.gitignore":true,
"**/.gitmodules":true,
"**/*.booproj":true,
"**/*.pidb":true,
"**/*.suo":true,
"**/*.user":true,
"**/*.userprefs":true,
"**/*.unityproj":true,
"**/*.dll":true,
"**/*.exe":true,
"**/*.pdf":true,
"**/*.mid":true,
"**/*.midi":true,
"**/*.wav":true,
"**/*.gif":true,
"**/*.ico":true,
"**/*.jpg":true,
"**/*.jpeg":true,
"**/*.png":true,
"**/*.psd":true,
"**/*.tga":true,
"**/*.tif":true,
"**/*.tiff":true,
"**/*.3ds":true,
"**/*.3DS":true,
"**/*.fbx":true,
"**/*.FBX":true,
"**/*.lxo":true,
"**/*.LXO":true,
"**/*.ma":true,
"**/*.MA":true,
"**/*.obj":true,
"**/*.OBJ":true,
"**/*.asset":true,
"**/*.cubemap":true,
"**/*.flare":true,
"**/*.mat":true,
"**/*.meta":true,
"**/*.prefab":true,
"**/*.unity":true,
"build/":true,
"Build/":true,
"Library/":true,
"library/":true,
"obj/":true,
"Obj/":true,
"ProjectSettings/":true,
"temp/":true,
"Temp/":true
}
}
4 changes: 4 additions & 0 deletions Assets/Editor/SimpleEditorUtils.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,10 @@ private static void BuildOSX()
AddressableAssetSettings.BuildPlayerContent();
SetBuildNumber();

// Needs to be wrapped in pre-processors since this code only compiles on macOS
#if UNITY_EDITOR && UNITY_STANDALONE_OSX
UnityEditor.OSXStandalone.UserBuildSettings.architecture = UnityEditor.OSXStandalone.MacOSArchitecture.x64ARM64;
#endif
BuildPipeline.BuildPlayer(GetEnabledScenes(), "/root/project/checkout/build/MacOS/ChroMapper", BuildTarget.StandaloneOSX, buildOptions);
}

Expand Down
Loading

0 comments on commit cbc5dd5

Please sign in to comment.