Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

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

Thank you for reporting the bug. It seems like I forgot to do that, will be fixed in the next update.