Socket
Socket
Sign inDemoInstall

com.github.asus4.texture-source

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    com.github.asus4.texture-source

Virtual Texture Source


Version published
Weekly downloads
703
decreased by-25.37%
Maintainers
1
Install size
21.5 kB
Created
Weekly downloads
 

Readme

Source

Texture Source

TextureSource is an utility for using CV in Unity. It enables you to choose multiple input sources in Editor.

Install via UPM

Add following setting to Packages/manifest.json

{
  "scopedRegistries": [
    {
      "name": "npm",
      "url": "https://registry.npmjs.com",
      "scopes": [
        "com.github.asus4"
      ]
    }
  ],
  "dependencies": {
    "com.github.asus4.texture-source": "0.1.0",
    ...// other dependencies
  }
}

Acknowledgement

Inspired from TestTools

Keywords

FAQs

Last updated on 10 May 2023

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc