Unity3D

Posts   
 
    
Klamay
User
Posts: 1
Joined: 14-Feb-2018
# Posted on: 14-Feb-2018 09:20:34   

I! Has anyone tried to make LLBLGEN working with Unity3D? I’m planning an Unity3d app for tablets which has to use data on an external sqlserver. Thanks!

Otis avatar
Otis
LLBLGen Pro Team
Posts: 39588
Joined: 17-Aug-2003
# Posted on: 14-Feb-2018 14:38:24   

If I'm not mistaken, Unity3D uses .NET core 2 / netstandard 2? If so, you should be able to run the generated code to access a database without problems. But as we ourselves have never done so, it's best to try it out yourself I think to be sure: use the trial of llblgen pro to generate a project's sourcecode and use this code in a unity test project.

Frans Bouma | Lead developer LLBLGen Pro
Valemus avatar
Valemus
User
Posts: 37
Joined: 09-Jan-2018
# Posted on: 14-Feb-2018 15:13:47   

Otis wrote:

If I'm not mistaken, Unity3D uses .NET core 2 / netstandard 2? If so, you should be able to run the generated code to access a database without problems. But as we ourselves have never done so, it's best to try it out yourself I think to be sure: use the trial of llblgen pro to generate a project's sourcecode and use this code in a unity test project.

Thanks. I'm using a licensed llblgen, actually, so no problem for the testing. I've seen that Unity 2017.3 can generate projects for .NET 4.6 Framework. I'm going to test that way and will let you know simple_smile