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/transformgizmos.git

README Markdown

Copy this to your project's README.md

Style
Preview
pkglnk installs badge
## Installation

Add **Runtime Transform Gizmos** 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/transformgizmos.git
```

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

README

Unity Runtime Gizmos

forked from https://github.com/HiddenMonk/Unity3DRuntimeTransformGizmo
this fork is not production ready! use at your own risk

  • compatible with URP + RenderGraph API (Unity 6)
  • add the GizmosOutlineRendererFeature and TransformGizmosRendererFeature to your renderer
  • enable Project Settings > Input System Package > Settings > Enable Input Consumption
    • this makes actions with modifers block actions with the same key but without modifiers e.g. Ctrl+Z will not trigger Z
    • use Pass-Through action type if you need to bypass this
  • all game objects with a RuntimeEditable component can be edited
  • optional delete functionality

Comments

No comments yet. Be the first!