So i am creating a simple game in unity where i want to use the tn gaming vest.
http://tngames.com/pages/Developers
I have downloaded the SDK from their homepage, this SDK is a C++ header and library file. What I dont know is how to approach from here on, using this for my unity project. Anyone know how to couple the files with my game so I can use the methods?
One problem is that i dont have Unity pro so i cannot use plugins as some people have suggested on some questions i found.
Without Unity pro you can’t use plugins and thus you can’t use native library or external code.