AnnulusGames / Alchemy

Provides a rich set of editor extensions and serialization extensions for Unity.

Home Page:https://annulusgames.github.io/Alchemy/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Request for adding `Scene` attribute

GariestGary opened this issue · comments

Hi! Are you planning to add attribute to choose scene in inspector from dropdown?
like:

[SerializeField, Scene] private string gameSceneName;

and in inspector it might look like:
image

or it might be a new styled dropdown with a searchbar

thanks in advance!