/UVExporter

Primary LanguageC#MIT LicenseMIT

UV Exporter

This is an editor extension that allows you to export UV images of 3D models using only Unity.

How to use

  1. import a Unity package and open Tools > UV Exporter. 2. Adjust the settings and press [Export UV] to save
  • Mesh

Specify the model to which you want to export UVs. You can drag and drop from the hierarchy.

  • Resolution

Specify the resolution of the output UV image.

  • Transparent Background

Makes the background of the output UV image transparent.

  • Background Color

Specifies the background color.

  • Line Color

Specifies the color of the UV plugs

  • Fill Triangles

Fills the inside of each UV face

  • Automatically determines color of triangles

Fill with random color

  • Triangles color

Specifies the color to fill

  • Draw a line

Draws a line on top of the filled UV

  • Language

Change language

Installation

VRChat Creator Companion

  1. Click on the link to open the VRChat Creator Companion. vcc://vpm/addRepo?url=https%3A%2F%2Fdolphiiiin.github.io%2Fvpm-repos%2Findex.json
  2. Click on "I Understand, Add Repository".
  3. Open the "Manage Project" of the project you want to add the package to.
  4. Find the UV Exporter and click the + button.

Manual Installation (VPM)

Field Value
Name com.dolphiiiin.vpm
Author Dolphiiiin
Id com.dolphiiiin.vpm
Url https://dolphiiiin.github.io/vpm-repos/index.json

Git

  1. Open the Package Manager window.
  2. Click the add button (+) in the status bar.
  3. Select Add package from git URL from the add menu.
  4. Enter https://github.com/Dolphiiiin/LocalizeToolkit.git in the text box and click Add.
  5. The package will be added to your project.

Scoped Registry

  1. Open the Project Settings window.
  2. Select the Package Manager category.
  3. Add the following URL to the Scoped Registries list:
    Field Value
    Name dolphiiiin
    URL https://registry.npmjs.com/
    Scope com.dolphiiiin
  4. Click Save.
  5. Open the Package Manager window.
  6. Select My Registries in the package list.
  7. Select Localize Toolkit in the package list.
  8. Click Install in the Package Manager window.
  9. The package will be added to your project.

License

MIT License https://opensource.org/license/mit/