38
Views
1
Comments
[ReactiveWebGL] Unity file .wasm not found
reactivewebgl
Reactive icon
Forge asset by Bob Seed
Application Type
Reactive

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?



2020-11-10 23-58-16
Raphael Ranieri
 
MVP

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

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.