hi!
So since I started using babylon js I've been creating a ton of little stub programs to test it out. Now i'm in the process of combining some of them in an ASP.net site and ran across an issue.
The error I get is:
SourceMap C:\TEMP\babylon.objFileLoader.js.map read failed: Could not find file 'C:\TEMP\babylon.objFileLoader.js.map'..Exception was thrown at line 24055, column 25 in http://localhost:50739/babylon.js
0x800a03f6 - JavaScript runtime error: Invalid character
What's this mean? I've never seen a .map file before, nor had the error when working on my stubs. Anyone come across this before?
Here's how I have included my files. They're literally copies of what I had used before:
<script src="jquery-3.3.1.slim.min.js"></script>
<script src="babylon.js"></script>
<script src="babylon.objFileLoader.js"></script>
Thanks!
Carlos