- Home /
How to import java .class and .jar library files into Unity?
I have tried using IKVMC to convert both .class and .jar files into .dll files and then placed them in the assets/plugins directory. However, I still couldnt import those library files into the c# script file. I would love to get some help on this issue, thank you.
$$anonymous$$ore info needed: are you using Unity Pro? What's your target platform? I'm not familiar with I$$anonymous$$V$$anonymous$$C but if it creates .NET dlls containing only managed code then I can't see why it wouldn't work.
No im not using unity pro. and the target platform is PC
Answer by tanoshimi · Oct 05, 2014 at 11:39 AM
In that case IKVMC may not be creating pure managed code - native code plugins require Unity Pro. http://docs.unity3d.com/Manual/Plugins.html
Your answer
Follow this Question
Related Questions
Multiple Cars not working 1 Answer
Distribute terrain in zones 3 Answers
A Variable that can hold different class Objects 1 Answer
How to Typecast JS Variables as C# Classes? 0 Answers
Instancing class automatically? 2 Answers