pschraut / UnityTexture2DArrayImportPipeline

A Texture2DArray Import Pipeline for Unity 2019.3 and newer.
MIT License
164 stars 18 forks source link

Beautiful repository #1

Closed prodigga closed 4 years ago

prodigga commented 4 years ago

Not an issue, but I wanted to say that this is a beautiful repository. Feels like a native extension to Unity.

pschraut commented 4 years ago

Thanks so much for the kind words!

My main goal was that it should feel like it's part of Unity. The integration inside the editor (UI/UX), but also from a source code point of view.

I'm not 100% certain whether the source code conforms to Unity Technologies internal standards and guidelines, but I've tried to write it in a way as code looks like in their Unity C# reference source code to me.