BuildReportInspector icon indicating copy to clipboard operation
BuildReportInspector copied to clipboard

'MobileAppendix' could not be found

Open ofir-b-HDEG opened this issue 1 year ago • 1 comments

I am getting this error when after adding the script into my project: Assets\Scripts\Editor\BuildReportInspector.cs(45,17): error CS0246: The type or namespace name 'MobileAppendix' could not be found (are you missing a using directive or an assembly reference?)

Running on Unity 2022.3.30f1 on Windows 11. Target build platform at the moment - Android.

ofir-b-HDEG avatar Aug 12 '24 13:08 ofir-b-HDEG

I think the instructions are misleading - I believe you need to download all files / folders in the editor folder for it to work. Although it does not seem to work out of the box on android in my version (6000.0.14f1) - https://github.com/Unity-Technologies/BuildReportInspector/issues/29

Xeonzinc avatar Aug 13 '24 09:08 Xeonzinc

Yes @xeonzinc. I agree it was the instructions that were problematic. I think originally the entire Inspector was a single file so you didn't technically need the full package. But additional source files are needed so installing the entire package by pointing to the local clone or downloaded code is the only way that is recommended. I've remove the comment saying that it could be installed with one file.

SkowronskiAndrew avatar Feb 24 '25 00:02 SkowronskiAndrew