BabylonHx icon indicating copy to clipboard operation
BabylonHx copied to clipboard

Type not found: lime.Assets

Open luciedefraiteur opened this issue 6 years ago • 2 comments

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

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

luciedefraiteur avatar Oct 28 '18 09:10 luciedefraiteur

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.

bloognoo avatar Jan 24 '19 23:01 bloognoo

bruh this happened to me too!!!!

Ifmations avatar Jan 03 '22 16:01 Ifmations