-
Notifications
You must be signed in to change notification settings - Fork 3
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
Generate physics shape from source sprites #1
Comments
If you are interested in images to shape from scratch this library provides some implements by C# |
Currently FangAutoTile divides source tile sheets into small tile segments then combines them. I think it is better to also combine sprite shapes obtained from source tile sheets because it enables users to generate/modify sprite shapes with built-in sprite editor of tile sheet. |
What if we could get the generated spritesheet? That way we can manually tune the physics shape for each sprite while still using FangAutoTile. Currently we can just get the underlaying Texture2D. Furthermore, being able to get the spritesheet would allow to fine tune the sprites |
Sprite assets generated programmatically are not handled by the standard Texture Importer, so I guess they don't provide a UI for adjusting the shape. Simply making the generated sprite public may not solve the problem. |
It might solve the problem. If the tool allows us to generate the .PNG we can then set is a multiple using the sprite editor, set the physic shape etc... The problem is that somehow that new .PNG must be linked to the fan autotile, but it should be doable. I might check source other day and see if there is an easy way of adding it |
No description provided.
The text was updated successfully, but these errors were encountered: