npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

com.dolphiiiin.uv-exporter

v1.0.2

Published

UV Exporter is a tool to export UV images of a specified mesh

Downloads

13

Readme

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/