starikcetin/Eflatun.SceneReference

Suggestion: Add attribute to ignore build check for scenes

lucasmontec opened this issue · 3 comments

Hi, I'd like to suggest an attribute to add to scene reference fields to not draw the build index check for certain scenes only. Maybe even draw such scenes in a different color (blue as default?).

Something like:

[UncheckedSceneReference]
public SceneReference scene;

Some scenes are used only by editor tools and don't need to be in the build index. This would be really useful. Especially because your library is currently the best for handling scene references.

I can code this change if you'd like.

Hello,

We have an attribute like that already. Please take a look here: https://github.com/starikcetin/Eflatun.SceneReference#overriding-inline-inspector-utility-settings-per-field

Is that sufficient for your use case?

No worries.