AssetStoreTools icon indicating copy to clipboard operation
AssetStoreTools copied to clipboard

put all global types into namespace "AssetStoreTools"

Open JeReT opened this issue 3 years ago • 1 comments

Problem: "Image" class clashed with "UnityEngine.UI.Image"

Solution: Introduce a namespace (also fixed formatting for all cs files)

NOTE: I did not compile! Types in binaries are still without namespace!

JeReT avatar Sep 29 '21 12:09 JeReT

Thanks! I will have a look at these later.

zwcloud avatar Sep 30 '21 08:09 zwcloud

Hey @zwcloud

I guess you didn't review yet because the immense amount of changes. Most of them are because my IDE converted all tabs to four spaces. Hope this doesn't break your coding conventions.

If not, you can easily skip this kind of changes by ticking "Hide whitespace" in the settings of the review: grafik

JeReT avatar May 30 '23 11:05 JeReT