UnityAssetCleaner icon indicating copy to clipboard operation
UnityAssetCleaner copied to clipboard

Results 4 UnityAssetCleaner issues
Sort by recently updated
recently updated
newest added

@Flongo28 is kind of right. Here is how I fixed it for me within the project without specifying an absolute path. 0. Install the unitypackage if not done already: Rightclick...

It occurs when I click "Window\Delete Unused Assets\unused by editor": ![arg1](https://user-images.githubusercontent.com/90475517/147841476-f39e3722-2c53-45cc-856a-3a45b7d614fa.png) ArgumentException: Absolute path information is required. Parameter name: assemblyFile System.Reflection.Assembly.LoadFile (System.String path, System.Security.Policy.Evidence securityEvidence) (at :0) System.Reflection.Assembly.LoadFile (System.String path)...

``` ArgumentException: Empty path name is not legal. System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize, System.Boolean checkHost) (at :0) System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize)...

Yo, Thanx for the plugin! it is awesome It would be nice to display unused assets in a hierarchy (like in import dialog). This way it would be easier to...