UnrealEngineHTML5 / Documentation

540 stars 183 forks source link

I added APex Destruction Mesh plugin but no showing #140

Open zlatnaspirala opened 2 years ago

zlatnaspirala commented 2 years ago

I have succesed project build for HTML platform. I add Apex destruction Plugin. After [full build checked] building HTML5 package everything works fine but only destruction mesh is unvisible!

I found error log in browser console :

I build project Editor becouse i added new plugin "apex destruction". In startup output i sow plugin apex loaded. Also in browser console i sow Apex loaded , that is good.

Help needed also for make fast cook in fly

On HTML5 Luancher from Editor i got in firefox ->

Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://localhost:41898/. (Reason: CORS request did not succeed). Status code: (null).

One way is to add "*" to allow cross origin flag for File socket or disable on firefox cors but this is hard way.

Should i need to rebuild whole engine ? Any other suggestion ?