mac を更新
61
mac.md
61
mac.md
@@ -5,6 +5,65 @@
|
|||||||
macでbuildするために推奨されているスペックは`m3+`です。`nanite`を使用できます。
|
macでbuildするために推奨されているスペックは`m3+`です。`nanite`を使用できます。
|
||||||
|
|
||||||
- m1-3
|
- m1-3
|
||||||
- nanite
|
|
||||||
- metal v2.4
|
- metal v2.4
|
||||||
|
- nanite
|
||||||
|
|
||||||
|
## buildが通り、描写も問題なし
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[/Script/MacTargetPlatform.MacTargetSettings]
|
||||||
|
-TargetedRHIs=SF_METAL_SM5
|
||||||
|
-TargetedRHIs=SF_METAL_SM6
|
||||||
|
+TargetedRHIs=SF_METAL_SM5
|
||||||
|
EditorTargetArchitecture=MacTargetArchitectureAppleSilicon
|
||||||
|
TargetArchitecture=MacTargetArchitectureAppleSilicon
|
||||||
|
EditorDefaultArchitecture=MacTargetArchitectureHost
|
||||||
|
DefaultArchitecture=MacTargetArchitectureHost
|
||||||
|
bBuildAllSupportedOnBuildMachine=True
|
||||||
|
MetalLanguageVersion=7
|
||||||
|
UseFastIntrinsics=False
|
||||||
|
EnableMathOptimisations=True
|
||||||
|
AudioSampleRate=48000
|
||||||
|
AudioCallbackBufferFrameSize=1024
|
||||||
|
AudioNumBuffersToEnqueue=1
|
||||||
|
AudioMaxChannels=0
|
||||||
|
AudioNumSourceWorkers=4
|
||||||
|
SpatializationPlugin=
|
||||||
|
SourceDataOverridePlugin=
|
||||||
|
ReverbPlugin=
|
||||||
|
OcclusionPlugin=
|
||||||
|
SoundCueCookQualityIndex=-1
|
||||||
|
```
|
||||||
|
|
||||||
|
## xcode固有の情報
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[/Script/MacTargetPlatform.XcodeProjectSettings]
|
||||||
|
CodeSigningTeam=xxx
|
||||||
|
bUseModernXcode=true
|
||||||
|
bUseAutomaticCodeSigning=true
|
||||||
|
BundleIdentifier=ai.syui.rse
|
||||||
|
```
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
|
||||||
|
BundleDisplayName=Airse
|
||||||
|
BundleIdentifier=ai.syui.rse
|
||||||
|
IOSTeamID=xxx
|
||||||
|
BundleName=ai.syui.rse
|
||||||
|
MetalLanguageVersion=9
|
||||||
|
MinimumiOSVersion=IOS_17
|
||||||
|
bAutomaticSigning=True
|
||||||
|
RemoteNotificationsSupported=False
|
||||||
|
bSupportsPortraitOrientation=True
|
||||||
|
bSupportsLandscapeLeftOrientation=False
|
||||||
|
bSupportsLandscapeRightOrientation=False
|
||||||
|
```
|
||||||
|
|
||||||
|
## crashする場合
|
||||||
|
|
||||||
|
```sh
|
||||||
|
[CookSettings]
|
||||||
|
MemoryMinFreeVirtual=0
|
||||||
|
MemoryMinFreePhysical=0
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user