jnsmalm / pixi3d

The 3D renderer for PixiJS. Seamless integration with 2D applications.
https://pixi3d.org
MIT License
759 stars 44 forks source link

Boilerplate from create-pixi3d-app fails with PixiJs 7.2.4 #181

Closed choephix closed 1 year ago

choephix commented 1 year ago

I created a fresh app with create-pixi3d-app, which works fine, but by now uses a slightly outdated version of PixiJs.

Upgrading to v 7.2.4, with no additional changes, produces the following Runtime errors:

image

(the parsers are failing, presumably because whatever way was registering them previously no longer works)

And the following typescript errors:

image

image

jnsmalm commented 1 year ago

Not sure what this error is. I tested with Pixi3D 2.3.2 and PixiJS 7.2.4 and it works. Can you try this command instead?

npx create-pixi3d-app@latest <project_name>

choephix commented 1 year ago

@jnsmalm You're right. I just tried again in a completely clean environment and it's working fine now. Sorry for my confusion, I'll close the issue, and look closer into what happened before. Thanks!