alelievr / Mixture

Mixture is a powerful node-based tool crafted in unity to generate all kinds of textures in realtime
https://trello.com/b/2JiH2Vsp/mixture
MIT License
1.18k stars 124 forks source link

[Fix] Revert runtime assembly name #61

Closed Looooong closed 1 year ago

Looooong commented 1 year ago

The runtime assembly name change in #56 messed up texture assets and docfx files as they store the previous assembly name. This PR reverts the name change.

Also changed all editor assembly references to the new assembly name.

Looooong commented 1 year ago

@alelievr Since I changed all editor assembly references to the new name (com.alelievr.Mixture.Editor), shall I take this opportunity to change runtime assembly name to match the naming convention (com.alelievr.Mixture.***) as well?