vujadin / BabylonHx

Port of Babylon.js 3D engine to Haxe.
http:/paradoxplay.com/babylonhx
Apache License 2.0
189 stars 43 forks source link

Type not found: lime.Assets #145

Open luciedefraiteur opened 5 years ago

luciedefraiteur commented 5 years ago

I tryed to follow the tutorial from http://babylonhx.com/

i got this error: Type not found: lime.Assets

bloognoo commented 5 years ago

I've run into this myself. It's caused by there being an inconsistency between openfl and lime, where openfl.Assets exists as a typedef of openfl.utils.Assets, but lime does not have the same. If you change the references to lime.Assets to lime.utils.Assets that will fix it temporarily. Once I've worked out the subsequent (and unconnected) issues I'll stick a pull request in to fix this.

Ifmations commented 2 years ago

bruh this happened to me too!!!!