Skip to content

Commit 363fed8

Browse files
authored
Update README.md
Moved SVG related resources to Vector Graphics section.
1 parent b0cf6d5 commit 363fed8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -241,13 +241,10 @@ Official resource: ![Official](UnityResource16x16.png)
241241
* [Unity2D-Components](https://github.com/cmilr/Unity2D-Components) - A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
242242
* [2DTileMapLevelEditor](https://github.com/GracesGames/2DTileMapLevelEditor) - 2D Tile Map Level Editor for Unity.
243243
* [DataRenderer2D](https://github.com/geniikw/DataRenderer2D) - Make mesh like line, polygon, etc in Unity3D.
244-
* [Vector Graphics Samples](https://github.com/Unity-Technologies/vector-graphics-samples) - SVG and Vector Graphics Sample Project. ![Official](UnityResource16x16.png)
245244
* [Cat2DAnimation](https://github.com/cinight/Cat2DAnimation) - 2D Animation Tool.
246-
* [NanoSVG CSharp](https://github.com/thinksquirrel/nanosvg-csharp) - NanoSVG for C#.
247245
* [Live2D with Unity](https://github.com/sera0506/Live-2D-with-Unity) - Import Live2D and read mtn file In Unity3D.
248246
* [UnityBitmapDrawing](https://github.com/ProtoTurtle/UnityBitmapDrawing) - Bitmap Drawing API extension methods for Unity 3D's Texture2D class.
249247
* [Futile](https://github.com/MattRix/Futile) - A super simple Unity 2D framework.
250-
* [UnitySVG](https://github.com/MrJoy/UnitySVG) - SVG renderer for Unity3D.
251248
* [BulletPatternEditorUnity](https://github.com/unitycoder/BulletPatternEditorUnity) - Easily create shoot em up bullet patterns.
252249
* [PolyMesh](https://github.com/UnityPatterns/PolyMesh) - Create 2D shapes in an instant with the PolyMesh editor.
253250
* [2D Demos](https://bitbucket.org/Unity-Technologies/2ddemos) - 2D Experimental Preview Demo projects. ![Official](UnityResource16x16.png)
@@ -262,7 +259,9 @@ Official resource: ![Official](UnityResource16x16.png)
262259

263260
## Vector Graphics <a name="vector-graphics"></a>
264261

265-
:construction:
262+
* [Vector Graphics Samples](https://github.com/Unity-Technologies/vector-graphics-samples) - SVG and Vector Graphics Sample Project. ![Official](UnityResource16x16.png)
263+
* [NanoSVG CSharp](https://github.com/thinksquirrel/nanosvg-csharp) - NanoSVG for C#.
264+
* [UnitySVG](https://github.com/MrJoy/UnitySVG) - SVG renderer for Unity3D.
266265

267266
## :bulb: AI <a name="ai"></a>
268267

0 commit comments

Comments
 (0)