TautvydasZilys / unity-uwp-il2cpp-with-csharp-project-example

This project demonstrates how to use IL2CPP scripting backend when you want final UWP application to use a C# project.
16 stars 2 forks source link

Will this approach work with Unity 2018? #1

Open Noemata opened 5 years ago

Noemata commented 5 years ago

I wasn't able to make this work with Unity 2018.3. Any chance you could provide a version of this sample that targets 2018.3? I suspect I may have blundered in the way the project is configured, but it's not obvious.

Noemata commented 5 years ago

Digging in further, I think I may have made the adjustments to the project files incorrectly for building this with VS2017. The original project files were created with VS2015, so it's likely aspects of the way the solution file is configured need further tweaking.

Is there a specific reason why this was built with VS2015 given that version of Visual Studio is rather dated at this point?

Noemata commented 5 years ago

Stupid mistake on my part. I was able to get this working with VS2017 and Unity 2018.3, so thank you very much for the sample. It turned out to be simpler to adjust the VS2015 project file and convert it to 2017 format, then to start from scratch with a new VS2017 project and work in your changes. You can close this issue. How on earth did you come up with this?