ソースコード using UnityEditor; using UnityEngine; [InitializeOnLoad] public static class SceneViewCustom { private static readonly int SIZE = 16; private static readonly int SIZE_HALF = SIZE / 2; private static readonly int WIDTH = 1024; private static readonly int WIDTH_HALF = WIDTH / 2; private …