Future C# integration and including .dll files.
- This topic has 1 reply, 2 voices, and was last updated 3 months ago by .
- You must be logged in to reply to this topic.
Welcome to Portals United! / Forums / Requests & Feedback / Future C# integration and including .dll files.
<p data-pm-slice=”1 1 []”>Hello,</p>
I’m currently working on a medical training application that relies on the SOFA framework for physical simulations. In Unity, I typically use SOFA as a DLL (Dynamic Link Library) with complex C# integrations.
I read that C# support will be added to your platform soon. Will the structure of your C# implementation be similar to Unity’s, making the transition easier? Additionally, will I be able to include my existing DLL in the project files ?
Thank you for your guidance!
C# support will be added to your platform soon: in the first quarter of 2025
Will the structure of your C# implementation be similar to Unity’s? yes
will I be able to include my existing DLL in the project files? yes, but then you lose compatibility to other platforms such as Android and iOS. Also please note that the DLL must be hosted on some (your?) server, so it can be downloaded and dynamically added at runtime. You’ll also need to enter this into the VRML file which describes the project. Details will follow with the C# implementation.