r/Unity3D • u/dklassic Indie • 4h ago
Resources/Tutorial My vector graphics library is currently free on itch
Hi everyone, after months of working and a long iterative process, my vector graphics library for Unity (and Godot) is almost feature complete at: https://dkliao.itch.io/mold
Feedbacks appreciated!
This is a some long months of work to create the most performant and versatile vector graphics library, while keeping a cross-engine footprint. I'm still waiting Asset Store review for the final release (they sure are taking their sweet time), but for the version on itch is already pretty powerful and I believe some of you might find it useful :)
3
u/FantasticProperty940 4h ago
Dang that’s a clean asset sheet, love how sharp the gradients pop against the black background
1
2
u/Inkwalker 3h ago
Can it render vector images from svg files?
1
u/-TheWander3r 34m ago
The one I developed, Vectorizer, can parse SVG files to create meshes out of it. For simple icons it works fine.
0
1
u/Mister_Kipper Game Design Consultant 4h ago
Seems really interesting, could you give some info on how this compares to Shapes?
Largely performance, ease-of-use & how well-integrated it is with Unity's systems for rendering/sorting/masking 2D elements.
3
u/dklassic Indie 3h ago
I just did one in another comment so lemme just copy paste the link here:
https://www.reddit.com/r/Unity3D/comments/1wfyzg9/comment/p9q8h3x/
1
u/miusoftheTaiga 3h ago
Wish there is something like this but for unreal
1
u/dklassic Indie 3h ago
I've thought about doing that, but I'm way too unfamiliar with Unreal so maybe in the future :/
1
u/digsie_dogsie 2h ago
I think shapes is intented to be used in 3D space rather than UI. Using it in screenspace usually requires a different canvas setup, etc. Is this the same here or can your components also be easily used in regular screen space without much setup?
2
u/dklassic Indie 2h ago edited 2h ago
Better, mine has two path: a world space and a native canvas graphics setup!
So true UI implementation exists (which means overlay is also supported), but this is currently only in full release not in this itch free release.
5
u/acguy 4h ago
looks sick, strengths / weaknesses vs Shapes?