• Stars
    star
    112
  • Rank 302,559 (Top 7 %)
  • Language
    C#
  • License
    MIT License
  • Created over 3 years ago
  • Updated 10 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Runtime transform handle for Unity.

RuntimeTransformHandle

Runtime transform handle for Unity.

Installation

Install Unity Package Manager

Using Package Manager is now the prefferred method, all releases should be updated immediately.

Add Scoped Registry into Package manager using Project Settings => Package Manager as below:
Name:

Shtif Registry

URL:

http://package.binaryego.com:4873

Scopes:

com.shtif

Package Settings

After this you can find the Runtime Transform Handle in My Registries inside Package Manager.

Package Manager

Works with both the new and legacy input system. The asmdef of this package should automatically grab the reference to the asmdef of the new input system if it is present in your project, or ignore it since it cannot be found if you are using the legacy input system. If this is not the case Check the Assembly Definition References in RuntimeTransformHandle.asmdef. This should have a reference to Unity.InputSystem if you are using the new input system, or no reference if you are using the legacy input system.

In case you get this error:

Assets/Plugins/RuntimeTransformHandle/Scripts/RuntimeTransformHandle.cs(3,19): error CS0234: The type or namespace name 'InputSystem' does not exist in the namespace 'UnityEngine' (are you missing an assembly reference?)

You probably have both input systems enabled (Project Settings/Player/Active Input Handling: Both) but the Input System package not installed. To fix this either set "Active Input Handling" to "Input Manager (old)" or install the Input System package through the package manager.

More Repositories

1

Genome2D

2D GPU Framework
216
star
2

Dash

Dash Animation System for Unity
C#
74
star
3

Genome2D-Core

Genome2D High Level Core
Haxe
45
star
4

Genome2D-ContextFlash

Flash/AIR context for Genome2D framework
Haxe
20
star
5

VertexColorPainter

Tool for painting vertex color information on meshes in Unity
C#
20
star
6

SkinnedMeshTools

Editor extension for Unity with various tools to help working with skinned meshes.
C#
18
star
7

RenderVisualiser

Unity tool for various render visualization modes.
C#
13
star
8

Genome2D-Nape

Genome2D physics extension using Nape
ActionScript
13
star
9

Genome2D-Examples

Haxe examples for Genome2D GPU framework.
Haxe
12
star
10

PixelCollisionEngine

ActionScript
12
star
11

GenericMenuPopup

Advanced popup menu for Unity's GenericMenu with search and tooltip.
C#
10
star
12

InstancePainter

Tool to paint meshes that will be rendered using instancing.
C#
7
star
13

Genome2D-ContextUnity

Unity context for Genome2D framework.
Haxe
6
star
14

Voxelizer

Voxelizer is a tool for in-game and in-editor mesh voxelization and rendering.
C#
6
star
15

Genome2D-ContextHTML

JavaScript context for Genome2D framework
Haxe
6
star
16

Genome2D-ContextCommon

Genome2D common context classes
Haxe
5
star
17

ExtendedStaticBatcher

Utility that optimizes and extends Unity's static batching classes.
C#
2
star
18

DashTween

DashTween tweening/animation library for Unity.
C#
2
star
19

Genome2D-Spine

Haxe Spine runtime
Haxe
2
star
20

Odin.Serializer.OpenUPM

Odin Serializer Repository for OpenUPM
C#
2
star
21

TexturePacker

Texture packer for various texture packing needs in Unity, primarily for UI.
C#
2
star
22

PixelCommon

C#
1
star
23

PixelFederation.Unity

Pixel Federation Unity
1
star
24

EpidemicSimulation

Small Unity project to simulate epidemic spread.
C#
1
star
25

PixelFederation.Unity.MVC

Pixel Federation Unity MVC Framework
C#
1
star
26

DashTestbed

Testbed Unity project for Dash Animation Ssytem
ShaderLab
1
star
27

TextMeshProShaders

Just additional shaders for Text Mesh Pro renderer.
ShaderLab
1
star
28

Genome2D-ExamplesAS3

ActionScript 3 Examples for Genome2D GPU framework.
ActionScript
1
star