Vladislav

Results 3 issues of Vladislav

Added Preview attribute size and align arguments. Size was in [NaughtyAttributes](https://dbrizov.github.io/na-docs/attributes/drawer_attributes/show_asset_preview.html) and it was aligned differently. Fixed exception if [Preview] attrubute used in generic class and object of generic class...

I added support for Button label change with LabelText attribute. Updated ButtonSample.cs and in inspector it looks like this: ![image](https://github.com/AnnulusGames/Alchemy/assets/63865477/f1213e64-bd69-4838-a182-def8fd8d3f4a) ```csharp using System.Text; using UnityEngine; using Alchemy.Inspector; namespace Alchemy.Samples {...

Was working with SerializeReference and noticed that I can't copy-paste data which is annoying. Previously I was using Mackysoft Unity-SerializeReferenceExtensions which has copy-paste support and was made to serialize references...