After I build and upload the project from Unity.
Seem like these list of file are missing or block.
ProjectName.wasm.code.unityweb
ProjectName.data.unityweb
ProjectName.wasm.framework.unityweb
but when I look at the demo project
look like these file are convert to
code.bin
data.bin
framework.bin
The deploy Action property is correctly set to deploy to target Directory
What should I do to make this work?
I stumbled in this topic by coincidence when searching about wasm files in OutSystems. For future reference, if anyone happens to have the same problem, here is why it doesn't work.By default OutSystems don't allow certain mime types such as .wasm files to be exposed as resources.It is due to a missing mime type on the IIS config file for the apps generated by OutSystems,This link has a more detailed explanation on why this happens.The important part is:In OutSystems, you can change this configuration using Factory Configuration component, check this other topic for details on how to do it.However, please note that, as the Factory Configuration component doesn't work with Personal Environments (PE) you will not be able to use this approach if using your PE.Regards,RR