Unity Sprite Shape
Hi guys, today we want to talk about the tool we used to make the tracks in Hero Express, Unity Sprite Shape.
https://blogs.unity3d.com/2018/09/20/intro-to-2d-world-building-with-sprite-shape/
The tool is really cool and powerfull, although still in beta. It allowed us to take a sprite sheet and create any kind of shape with it while immediatelly adapting the collider.
We had to play around with it a bit before deciding to go with that, but almost immediatelly we realized it was the solution we were searching for to develop this kind of game.
Still there were some problems of course.
First, As we divided the track in blocks there were problems adapting the sprite sheet where the blocks were connecting and some small graphic holes appeared. Took a while to fix those.
Also where there were sharp corner on the track sometimes the sprite wouldn’t adapt well and holes would appear.
After working a bit around it we finally found a way to avoid both those problems and are pretty satisfied with the final look on the tracks!
There’s only one problem left. Sprite shape doesn’t work on Ps4!!!
The sprite shape object renderer just doesn’t work. We contacted Unity and they didn’t know about the issue. They are working to fix it right now, so fingers crossed!
Has anyone else tried sprite shape? Have you encountered similar problems to ours? let us know!
Get Hero Express
Hero Express
More posts
- Zombie MadnessOct 23, 2019
- Hero Express, the crazy driving game, finally on itch!Jul 05, 2019
- Only 1 day to Hero Express' release on Itch!Jul 04, 2019
- Hero Express available now on Xbox!Jun 25, 2019
- Hero Express is coming to Nintendo Switch July 5thJun 22, 2019
- Hero express will be available on Switch in early July!Jun 16, 2019
- Xbox One release dateJun 10, 2019
- New Demo!Jun 07, 2019
- Hero Express powerupsMay 27, 2019
- 2d PhysicsMay 21, 2019
Comments
Log in with itch.io to leave a comment.
Great post, how did you work around the sharp corner problem?
We set the corner to automatic and used the previous and following points as sharp too (but following the previously outlined path). With some tweeking it worked in the end :)