Future C# integration and including .dll files.

Welcome to Portals United! / Forums / Requests & Feedback / Future C# integration and including .dll files.

  • Author
    Posts
  • December 24, 2024 at 10:00 am #512

    <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!

    January 2, 2025 at 2:14 pm #519

    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.

  • You must be logged in to reply to this topic.