SteveSandersonMS / DotNetIsolator

A library for running isolated .NET runtimes inside .NET
MIT License
600 stars 39 forks source link

Is there a way to intergrate unity runtime wirh the latest .net 8 #26

Open PrestigeDevop opened 5 months ago

PrestigeDevop commented 5 months ago

Hello , thanks for sharing this project

I don't know much about low level stuff so pardon me

I want to integrate unity with the semantic kernel library , unity still doesn't support the latest .net coreCLR in their Il2cpp backend therefore it can't use the latest sdks . so I want to use Unity as a library with maui . as use unity as service . is this possible ( to deploy multiple instance of .net into the builder software i.e make native apk with multiple embedded runtime in isolation . or this works exclusively in wasm

PrestigeDevop commented 5 months ago

second question if possible to deploy .net apps to the web that doesn't support wasm target by default . i.e I want to see if fuseopen framework apps can be deployed to wasm