Unity-Technologies / HLODSystem

873 stars 142 forks source link

will throw error when build package #120

Open Micatm opened 1 year ago

Micatm commented 1 year ago
alsharefee commented 1 year ago

Same thing here, its been a month now and it seems a simple fix. Anyone still here from Unity?

sarensabertooth commented 5 months ago

Got this issue too

SeanAtr0n commented 4 months ago

also hit this issue, fixed locally by changing it to match the code just above it

            else
            {
                if (cam != HLODCameraRecognizerManager.ActiveCamera)
                    return;
            }
#else

            if (cam != HLODCameraRecognizerManager.ActiveCamera)
                return;
#endif