Jump to content

Search the Community

Showing results for tags 'objectfileloader'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • HTML5 Game Coding
    • News
    • Game Showcase
    • Facebook Instant Games
    • Web Gaming Standards
    • Coding and Game Design
    • Paid Promotion (Buy Banner)
  • Frameworks
    • Pixi.js
    • Phaser 3
    • Phaser 2
    • Babylon.js
    • Panda 2
    • melonJS
    • Haxe JS
    • Kiwi.js
  • General
    • General Talk
    • GameMonetize
  • Business
    • Collaborations (un-paid)
    • Jobs (Hiring and Freelance)
    • Services Offered
    • Marketplace (Sell Apps, Websites, Games)

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


Website URL


Twitter


Skype


Location


Interests

Found 1 result

  1. 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
×
×
  • Create New...