CobeyH / Leora

2D Moth Puzzle Game written in Unity
4 stars 1 forks source link

Fixing editor build error #185

Closed CobeyH closed 2 years ago

CobeyH commented 2 years ago

I added a build error when I created an editor specific script. It turns out that editor scripts must live in a separate folder called "Editor" so they don't get included in the build. I added that new folder and fixed the build error.