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

DllNotFoundException: RealtimeCSG[1_559] with M1 Mac #381

Open
jdtec01 opened this issue Feb 13, 2023 · 3 comments
Open

DllNotFoundException: RealtimeCSG[1_559] with M1 Mac #381

jdtec01 opened this issue Feb 13, 2023 · 3 comments

Comments

@jdtec01
Copy link

jdtec01 commented Feb 13, 2023

Hi, I'm running Unity 2021.3 Mac M1 Silicon with the realtime-csg 1.60.1 from this repo.

On import I get the exception below. Any ideas how I can fix?

UPDATE: I guessing a rebuild of the editor dll from the c++ source on M1 is the only way to fix this :/ Booting up my old PC to use instead for now!

DllNotFoundException: RealtimeCSG[1_559] assembly:<unknown assembly> type:<unknown type> member:(null)
RealtimeCSG.NativeMethodBindings.RegisterUnityMethods () (at Library/PackageCache/com.prenominal.realtimecsg@9f25003116/Plugins/Editor/Scripts/Control/Bindings/NativeMethodBindings.cs:112)
RealtimeCSG.UpdateLoop.OnFirstUpdate () (at Library/PackageCache/com.prenominal.realtimecsg@9f25003116/Plugins/Editor/Scripts/Control/Managers/UpdateLoop.cs:190)
UnityEditor.EditorApplication.Internal_CallUpdateFunctions () (at /Users/bokken/build/output/unity/unity/Editor/Mono/EditorApplication.cs:356)
@jdtec01 jdtec01 changed the title DllNotFoundException: RealtimeCSG[1_559] DllNotFoundException: RealtimeCSG[1_559] with M1 Mac Feb 13, 2023
@nukeandbeans
Copy link
Collaborator

Unfortunately RealtimeCSG does not support apple silicon, or Linux. It's a wish of a handful of people, but I don't have any M1 systems to test/compile on.

@SalarTelo
Copy link

SalarTelo commented Feb 14, 2023

Any plan in the near future for starting to support them, using something like MacStadium, VirtualMacOSX, or any other cloud-based service?

Or is the ROI just too low for this to be a thought right now?

To be clear, I have only know about this library for like 1 hour, so the question totally might come off as naive, since I have no clue what the buildchain looks like, and also not taking account for the OS specific stuff you might be using.

@nukeandbeans
Copy link
Collaborator

Any plan in the near future for starting to support them, using something like MacStadium, VirtualMacOSX, or any other cloud-based service?

Unfortunately there are no plans for supporting M1 machines. Once Linux support is completed, there will be no farther platforms supported.

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

No branches or pull requests

3 participants