Chris Handzlik

Results 6 repositories owned by Chris Handzlik

Unity.QuestRemoteHandTracking

134
Stars
18
Forks
Watchers

Oculus Quest hand tracking directly in Unity Editor for fast iteration.

Unity.MissingUnityEvents

164
Stars
14
Forks
Watchers

Editor extension to generate events that are executed before property set, eg. Transform-position, Transform-rotation, Transform-parent which allows to write more event driven code or debug property c...

Unity.TransformSetterInterceptor

120
Stars
10
Forks
Watchers

Easily find out what exactly is changing specific transform position / rotation / scale

Unity.VisualisingEventCallChains

20
Stars
1
Forks
Watchers

Helps to visualise Unity event call chains in profiler window. This makes it easier to understand what's happening at a glance.

FastScriptReload

1.4k
Stars
96
Forks
Watchers

Hot Reload implementation for Unity. Iterate on code insanely fast without breaking play session. Supports any editor. 1. Play 2. Make change 3. See results

Unity.TransformChangesDebugger.API

45
Stars
6
Forks
Watchers

Tool will enable you to view and debug changes to position/rotation/scale on any Unity transform done by any method/setter on a frame by frame basis.