Alexey Potoka
Results
2
issues of
Alexey Potoka
Hi, there seems to be a problem with displaying the enum name in the SaintsDictionary. ``` public SaintsDictionary Colors; ``` ``` public enum CollectableType { None = 0, Missile =...
enhancement
With a large number of objects on the scene(10k go in my case) AssetUsageDetector.SearchGameObjectRecursively method causes stackOverflow.