Test Assets
Generic placeholder assets for testing/prototyping.
jp.keijiro.test-assets 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/test-assets.git README Markdown
Copy this to your project's README.md
## Installation
Add **Test Assets** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/test-assets.git
```
[](https://www.pkglnk.dev/pkg/test-assets)README
Test Assets
Generic placeholder assets for testing/prototyping.
HDRI/Bluesummers Photo Studio.exr
Environment HDRI, photo studio with umbrella, made by Alejo "Mr. Bluesummers" Grigera.
http://www.mrbluesummers.com/4701/downloads/free-hdri-map-photo-studio-with-umbrella
HDRI/Unity Muir Wood.exr
Environment HDRI, woodland with warm sunlight, made by Unity Technologies.
https://assetstore.unity.com/packages/essentials/beta-projects/unity-hdri-pack-72511
Mesh/Teapot.obj
Utah teapot exported from Houdini.
Texture/UV Grid.png
UV test grid texture exported from Blender.
How To Install
This package uses the scoped registry feature to resolve package dependencies. Please add the following sections to the manifest file (Packages/manifest.json).
To the scopedRegistries section:
{
"name": "Keijiro",
"url": "https://registry.npmjs.com",
"scopes": [ "jp.keijiro" ]
}
To the dependencies section:
"jp.keijiro.test-assets": "1.0.1"
After changes, the manifest file should look like below:
{
"scopedRegistries": [
{
"name": "Keijiro",
"url": "https://registry.npmjs.com",
"scopes": [ "jp.keijiro" ]
}
],
"dependencies": {
"jp.keijiro.test-assets": "1.0.1",
...
No comments yet. Be the first!