When trying to build (unity 2022.3.0.f1) for windows I run into the following error:
BetterRuleTiles\Editor\EditorTools.cs(14,19): error CS0103: The name 'EditorGUILayout' does not exist in the current context.
Wrapping the whole EditorTools class in #if UNITY_EDITOR will result in a succeeded build