gerair.blogg.se

Unity 2d sprite editor package
Unity 2d sprite editor package













unity 2d sprite editor package

More samples may result in more precise curves, especially when the curves have sharp corners.ĭistance on the cord to a straight line between two points after which the importer generates more tessellation. Number of samples the importer evaluates on paths. Lower values result in a more dense tessellation. If you want full control over the tessellation of the SVG document, you can specify the following advanced settings: Propertyĭistance at which the importer generates vertices along the paths. Then the importer automatically configures the advanced settings to make sure your SVG document renders at a high enough tessellation for that resolution at that zoom factor. When using Basic, you only need to provide a Target Resolution and a Zoom Factor. You can provide tessellation settings in two ways: Basic or Advanced. When using SVG Origin, the pivot is the (0,0) position of the SVG document. This follows the same convention as regular sprites, with an additional SVG Origin pivot value. Location of the pivot for the generated sprite. A smaller step distance will result in smoother curves at the expense of more triangles.

unity 2d sprite editor package

Number of SVG units that correspond to 1 scene unit.ĭistance at which Unity generates triangles when tessellating the paths. When imported, you can instantiate the resulting assets in the Hierarchy View or the Scene View. Either drop them directly into the Assets folder in the Projects window, or select Assets > Import New Asset from the menu bar. You import SVG files into the Unity Editor like any other assets.

unity 2d sprite editor package

This package provides an SVG importer that reads and interprets SVG documents and generates 2D sprites for use in Unity. The package requires graphics when importing assets in texture format, since it will need to render the vector content into the texture asset. Note that the package may not import asset properly when starting Unity with the -no-graphics command-line argument.

unity 2d sprite editor package

Animations are not supported (SVG 1.1 section 19).Any interactivity feature are not supported (SVG 1.1 section 16).Filter effects are not supported (SVG 1.1 section 15).Per-pixel masking is not supported (SVG 1.1 section 14.4).Text elements are not yet supported (SVG 1.1 section 10).The SVG importer in this package implements a subset of the SVG 1.1 specification, with some limitations: This Vector Graphics package version 1.0.0 is compatible with the following versions of the Unity Editor:Ģ018.1 and later (recommended) Known limitations The Vector Graphics package provides an SVG importer as well as generic vector graphics APIs.















Unity 2d sprite editor package