Page 1 of 1

AI Bridging modul 1st version

Posted: Wed Jul 19, 2023 7:27 pm
by Stratego (dev)
the current bridging modul (without the TC generation part)

Re: AI Bridging modul 1st version

Posted: Thu Jul 20, 2023 9:06 am
by b2198
By the way, are you converting the Java code to Unity's C# by hand?

Re: AI Bridging modul 1st version

Posted: Thu Jul 20, 2023 9:42 am
by Stratego (dev)
"by hand" : some cases mass replaces but some manual yes - i sometime change types to this and that that, if feels better - so a little "review" also happens

but in your code probably blind convert will be now knowing it in detail :)

Re: AI Bridging modul 1st version

Posted: Thu Jul 20, 2023 11:04 am
by b2198
I see, at least it's not a complete nightmare then XD

If this stops working after conversion just send me a message and I'll try to fix it. I'm not very familiar with C# and Unity though, but I can try.

Re: AI Bridging modul 1st version

Posted: Thu Jul 20, 2023 11:24 am
by Stratego (dev)
not that bad - unless you use some non conventional thing, eg. bivise operations, or math functions that are not exists on C# and such.
or any structures that not exists.