itsschwer / schwer-scripts

Open-source code for Unity
MIT License
1 stars 0 forks source link

Fix AssetsUtility.FindAllAssets to use the specified type's fully qualified name #11

Closed itsschwer closed 3 years ago

itsschwer commented 3 years ago

Fixes issues that may arise when using the method in a project where there are classes that share the same name (e.g. Schwer.ItemSystem.Item and Item).