I'm porting/adapting the game to the Unity engine, but I wanted to know if this is forbidden.
my Google Driver folder.
https://drive.google.com/drive/u/0/fold ... GNSN1I1Vm8
This is the GitHub repository (https://github.com/JacksonSSilva/OoliteUnity5)
Porting to the Unity 5 Engine[Unity beta 5.4.0f2]
Moderators: winston, another_commander
-
- Poor
- Posts: 4
- Joined: Thu Jul 14, 2016 8:14 pm
-
- Quite Grand Sub-Admiral
- Posts: 6680
- Joined: Wed Feb 28, 2007 7:54 am
Re: Porting to the Unity 5 Engine[Unity beta 5.4.0f2]
Hi and welcome.
I don't think that porting to an external engine is forbidden, as long as the original licenses are honored. The project you are undertaking is very interesting and quite substantial in size and work involved, so good luck with it and, if you have questions, feel free to ask.
I have seen that Unity uses C# for its API, are you planning to convert the entire project to C# or only parts that would interface directly with the engine?
I don't think that porting to an external engine is forbidden, as long as the original licenses are honored. The project you are undertaking is very interesting and quite substantial in size and work involved, so good luck with it and, if you have questions, feel free to ask.
I have seen that Unity uses C# for its API, are you planning to convert the entire project to C# or only parts that would interface directly with the engine?
-
- Poor
- Posts: 4
- Joined: Thu Jul 14, 2016 8:14 pm
Re: Porting to the Unity 5 Engine[Unity beta 5.4.0f2]
Thanks, I try to adapt everything I see in the source code, and mostly what I see in the game itself while I'm playing.