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?