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

Unity Error #71

Open
ImabYa opened this issue Aug 24, 2023 · 1 comment
Open

Unity Error #71

ImabYa opened this issue Aug 24, 2023 · 1 comment

Comments

@ImabYa
Copy link

ImabYa commented Aug 24, 2023

when i use it in unity3d,jump
image

@Corey-M
Copy link
Owner

Corey-M commented Sep 10, 2023

That's interesting. The resource loader uses Environment.Is64BitProcess to detect whether it is running in 64-bit mode and load the 32-bit or 64-bit wrapper and DLL accordingly. In your case it seems that it is reporting incorrectly. Which shouldn't be happening, but I don't know much about Unity so I can't confirm what's actually going on.

Can you check the reported values from your scripts for the following:

  • Environment.Is64BitProcess
  • IntPtr.Size

In general usage the results should be true and 8 repectively for .NET programs running in 64-bit mode.

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

2 participants