- Home /
How to call a jar at runtime
A few months ago I created a java project that creates a JSON output. I'd like to use it in my current Unity project, without having to re-write it in C#, and use the JSON in my C# scripts.
Is there a way to import the jar in my project and then call it at runtime?
Comment