Unity-Technologies / BuildReportInspector

Editor script which implements an inspector for the BuildReport class
331 stars 53 forks source link

'MobileAppendix' could not be found #32

Open ofir-b-HDEG opened 2 months ago

ofir-b-HDEG commented 2 months ago

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.

Xeonzinc commented 2 months ago

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