
Security News
npm Adopts OIDC for Trusted Publishing in CI/CD Workflows
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
com.github.asus4.texture-source
Advanced tools
Simplify WebCamera and test video handling for using Computer Vision in Unity
TextureSource is a utility that provides a consistent API to get the texture from various sources.
Add the 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.2.1",
...// other dependencies
}
}
After installing the library, attach VirtualTextureSource
to the GameObject.
Then, right-click on the project panel and create the TexureSource scriptable object that you want to use. You can set different sources for the Editor and Runtime.
Currently provides the following sources:
Includes collecting device rotation.
Useful when using test videos only in the Editor.
Provides AR camera texture access. It supports both ARCore/ARKit.
Inspired from TestTools
FAQs
Simplify WebCamera and test video handling for using Computer Vision in Unity
The npm package com.github.asus4.texture-source receives a total of 90 weekly downloads. As such, com.github.asus4.texture-source popularity was classified as not popular.
We found that com.github.asus4.texture-source demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.
Security News
The CNA Scorecard ranks CVE issuers by data completeness, revealing major gaps in patch info and software identifiers across thousands of vulnerabilities.