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
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
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