Currently using [Button] as a way to output information in the console.
However it seems to always dirty the scene or the prefab currently opened. Not sure why this would be the default behaviour but there should at least be an option to disable it. Probably through a parameter in the ButtonAttribute
Currently using
[Button]
as a way to output information in the console.However it seems to always dirty the scene or the prefab currently opened. Not sure why this would be the default behaviour but there should at least be an option to disable it. Probably through a parameter in the
ButtonAttribute