Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for AnimatedSprite3D #17

Open
MHashirShahzad opened this issue Nov 18, 2024 · 5 comments
Open

Support for AnimatedSprite3D #17

MHashirShahzad opened this issue Nov 18, 2024 · 5 comments
Labels
enhancement New feature or request

Comments

@MHashirShahzad
Copy link

Hye, i wanna use this for an HD-2D game

@Goutte Goutte added the enhancement New feature or request label Nov 21, 2024
@Goutte
Copy link
Owner

Goutte commented Nov 21, 2024

It might work ; since there are no union types (yet), things might be a little weird, but it appears that AnimatedSprite3D also has the properties and signals we need.

What kind of collision node would the addon write to, though ?
Do you use CollisionShape2D ?

@MHashirShahzad
Copy link
Author

i am using CollisionShape3D present inside CharacterBody3D.

@Goutte
Copy link
Owner

Goutte commented Nov 23, 2024

Thanks. How do you envision creating the volume of the CollisionShape3D ?

Extrusion of the flat polygon of a CollisionShape2D ?

@Goutte Goutte changed the title Support for animatedSprite3D Support for AnimatedSprite3D Nov 23, 2024
@MHashirShahzad
Copy link
Author

i dont think so it would be an extrusion of collisionShape2d, it will be just the simple area3d or collisionshape3d

@MHashirShahzad
Copy link
Author

image
It is overlaying the sprites over one another

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants