Skip to content

Commit

Permalink
Revert "build a verison for Quest with higher image size limits"
Browse files Browse the repository at this point in the history
Reverting to get back to the original limits for now. Still need to figure out if we can increase the limits.
  • Loading branch information
eeropomell committed Jun 21, 2024
1 parent 3ccb5ff commit 0c49d9a
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions Assets/PlatformConfigMobile.asset
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ MonoBehaviour:
m_EditorClassIdentifier:
HullBrushMaxVertInputs: 400
HullBrushMaxKnots: 900
ReferenceImagesMaxFileSize: 2147483647
ReferenceImagesMaxDimension: 2147483647
ReferenceImagesResizeDimension: 2147483647
MemoryWarningVertCount: 2147483647
ReferenceImagesMaxFileSize: 10485760
ReferenceImagesMaxDimension: 4352
ReferenceImagesResizeDimension: 1024
MemoryWarningVertCount: 1000000
UseFileSystemWatcher: 1
EnableAutosave: 0
QuickLoadMaxDistancePerFrame: 4
Expand All @@ -29,6 +29,7 @@ MonoBehaviour:
EnableExportGlb: 1
EnableExportJson: 0
EnableExportUsd: 0
EnableExportLatk: 1
EnableExportMemoryOptimization: 1
EnableMulticamPreview: 1
EnabledMulticamStyles: 000000000100000002000000
Expand Down

0 comments on commit 0c49d9a

Please sign in to comment.