Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

will throw error when build package #120

Open
Micatm opened this issue Apr 13, 2023 · 3 comments
Open

will throw error when build package #120

Micatm opened this issue Apr 13, 2023 · 3 comments

Comments

@Micatm
Copy link

Micatm commented Apr 13, 2023

  • in HLODManager line 83
  • it is not static after PR#117
  • I try fix it in PR, but not have permissions to push branch , so create the issue for HLOD
    image
@alsharefee
Copy link

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

@sarensabertooth
Copy link

Got this issue too

@SeanAtr0n
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants