Unclaimed Package Is this your package? Claim it to unlock full analytics and manage your listing.
Claim This Package

Install via UPM

Add to Unity Package Manager using this URL

https://www.pkglnk.dev/runtime-thumbnails.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Runtime Thumbnails** 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/runtime-thumbnails.git
```

[![pkglnk](https://www.pkglnk.dev/badge/runtime-thumbnails.svg?style=pkglnk)](https://www.pkglnk.dev/pkg/runtime-thumbnails)

README

RuntimeThumbnails

Generate Texture2D from Game Object or prefab using a camera at runtime.

// Camera view
tex = thumbnailGenerator.Generate();

// Game Object
objectThumbnailGenerator.TargetObject = targetObject;
tex = objectThumbnailGenerator.Generate();

// Prefab
prefabThumbnailGenerator.TargetObject = targetPrefab;
tex = prefabThumbnailGenerator.Generate();
image

Import via UPM

https://github.com/eviltwo/RuntimeThumbnails.git

Comments

No comments yet. Be the first!