Install Asset
Install via Godot
To maintain one source of truth, Godot Asset Library is just a mirror of the old asset library so you can download directly on Godot via the integrated asset library browser
Quick Information

Automatically generates global enums based on the project layer names.This makes referencing layers in code easier and compile time safe.
Godot Layer Name Enums
Automatically generate user friendly lookups of project layer names.
Installation
Copy the addons/layerNames
directory into your res://addons/
directory, or install via the Asset Library
Go to Project
-> Project Settings
-> Plugins
and enable Layer Names
.
License
Licensed under the MIT license
Automatically generates global enums based on the project layer names.
This makes referencing layers in code easier and compile time safe.
Reviews
Quick Information

Automatically generates global enums based on the project layer names.This makes referencing layers in code easier and compile time safe.