Skip to content

Commit

Permalink
wrapped editor script in editor only statement
Browse files Browse the repository at this point in the history
  • Loading branch information
sambaas committed Apr 14, 2023
1 parent 59e44e5 commit 30b4357
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#if UNITY_EDITOR
using UnityEngine;
using System.Collections;
using UnityEditor;
Expand All @@ -21,4 +22,5 @@ void OnSceneGUI()
Handles.Label(tile.ContentBounds.center, $"{tile.priority}");
}
}
}
}
#endif
2 changes: 1 addition & 1 deletion ProjectSettings/QualitySettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ QualitySettings:
asyncUploadBufferSize: 16
asyncUploadPersistentBuffer: 1
resolutionScalingFixedDPIFactor: 1
customRenderPipeline: {fileID: 11400000, guid: 8e1a9b02bdc80544488b152caef62db6, type: 2}
customRenderPipeline: {fileID: 11400000, guid: fca12c78a71cf7847b29dcb830e8c2e2, type: 2}
terrainQualityOverrides: 0
terrainPixelError: 1
terrainDetailDensityScale: 1
Expand Down

0 comments on commit 30b4357

Please sign in to comment.