mac を更新
76
mac.md
76
mac.md
@@ -9,63 +9,43 @@ macでbuildするために推奨されているスペックは`m3+`です。`nan
|
|||||||
- metal v2.4
|
- metal v2.4
|
||||||
- nanite
|
- nanite
|
||||||
|
|
||||||
## pkg
|
|
||||||
|
|
||||||
- https://github.com/Homebrew/brew
|
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
|
# https://github.com/Homebrew/brew
|
||||||
$ brew install zsh git tmux vim
|
$ brew install zsh git tmux vim
|
||||||
```
|
```
|
||||||
|
|
||||||
## buildが通り、描写も問題なし
|
## mac固有の問題
|
||||||
|
|
||||||
> Config/DefaultEngine.ini
|
### WorldScape Pluginは動かない、画面が黒くなる原因
|
||||||
|
|
||||||
```sh
|
WorldScapeはmacでは動きません。pluginを`false`にします。また、以下の設定で画面やモデルが黒くなる問題が発生。
|
||||||
[/Script/MacTargetPlatform.MacTargetSettings]
|
|
||||||
-TargetedRHIs=SF_METAL_SM6
|
> Airse.uproject
|
||||||
+TargetedRHIs=SF_METAL_SM5
|
|
||||||
EditorTargetArchitecture=MacTargetArchitectureAppleSilicon
|
```json
|
||||||
TargetArchitecture=MacTargetArchitectureAppleSilicon
|
{
|
||||||
EditorDefaultArchitecture=MacTargetArchitectureHost
|
"Name": "WorldScape",
|
||||||
DefaultArchitecture=MacTargetArchitectureHost
|
"Enabled": true,
|
||||||
bBuildAllSupportedOnBuildMachine=True
|
"PlatformAllowList": [
|
||||||
MetalLanguageVersion=7
|
"Win64"
|
||||||
UseFastIntrinsics=False
|
],
|
||||||
EnableMathOptimisations=True
|
"MarketplaceURL": "com.epicgames.launcher://ue/marketplace/product/1325c95bf60546738a5bb21e2262914d"
|
||||||
AudioSampleRate=48000
|
}
|
||||||
AudioCallbackBufferFrameSize=1024
|
|
||||||
AudioNumBuffersToEnqueue=1
|
|
||||||
AudioMaxChannels=0
|
|
||||||
AudioNumSourceWorkers=4
|
|
||||||
SpatializationPlugin=
|
|
||||||
SourceDataOverridePlugin=
|
|
||||||
ReverbPlugin=
|
|
||||||
OcclusionPlugin=
|
|
||||||
SoundCueCookQualityIndex=-1
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## xcode固有の情報
|
> ./Config/DefaultDeviceProfiles.ini
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
[/Script/MacTargetPlatform.XcodeProjectSettings]
|
[Windows DeviceProfile]
|
||||||
CodeSigningTeam=xxx
|
DeviceType=Windows
|
||||||
bUseModernXcode=true
|
+CVars=r.VelocityOutputPass=1
|
||||||
bUseAutomaticCodeSigning=true
|
|
||||||
BundleIdentifier=ai.syui.rse
|
[Mac DeviceProfile]
|
||||||
|
DeviceType=Mac
|
||||||
```
|
```
|
||||||
|
|
||||||
```sh
|
### SoStylizedのmapが原因でcrash
|
||||||
[/Script/IOSRuntimeSettings.IOSRuntimeSettings]
|
|
||||||
BundleDisplayName=Airse
|
`/Game/SoStylized/Maps/CompleteVol1/Demonstration_Vol1`にある`InstancedFoliageActor`が原因です。
|
||||||
BundleIdentifier=ai.syui.rse
|
|
||||||
IOSTeamID=xxx
|
`フォリッジインスタンス化スタティックメッシュコンポーネント`をすべて選択して、`World Position Offset Writes Velocity`を`false`に変更すると解決。
|
||||||
BundleName=ai.syui.rse
|
|
||||||
MetalLanguageVersion=9
|
|
||||||
MinimumiOSVersion=IOS_17
|
|
||||||
bAutomaticSigning=True
|
|
||||||
RemoteNotificationsSupported=False
|
|
||||||
bSupportsPortraitOrientation=True
|
|
||||||
bSupportsLandscapeLeftOrientation=False
|
|
||||||
bSupportsLandscapeRightOrientation=False
|
|
||||||
```
|
|
||||||
Reference in New Issue
Block a user