- Home /
Too subjective and argumentative
how i can import game source code to unity?
Hello i have source code of trix game in c# language how i can import game source code to unity? and make it android game
That is not what I asked. How have you acquired this source code that you possess?
Thanks :)
As Owen says it will be a huge amount of work. You will have to rebuild everything within Unity, importing the code alone will not work. The code may or may not have issues itself within the Unity framework.
Basically start a new Unity project, create the basic objects that you need and start to introduce the necessary code for these objects to function as desired. Test each bit as you do it. You will need to learn Unity(if you don't yet know how to use it) and this will probably take you a long time, good luck :)
Feel free to post here with a specific technical problem if you need help in the future, thanks!
Answer by MrSoad · Dec 06, 2014 at 06:28 PM
Do the makers of the Trix give permission for anybody to access and use their source code, specifically you?