New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

io.extendreality.tilia.developertools.unity

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

io.extendreality.tilia.developertools.unity - npm Package Versions

1.0.0

Diff
extendreality-bot
published 1.0.0 •

Changelog

Source

1.0.0 (2021-01-04)

Features
  • Event: add UnityEvent Source Tracer editor window (a0db68b)

    The UnityEventSourceTracer editor window allows for the tracing of any UnityEvent that is affecting a component. The window works by caching all UnityEvent listeners and then when a component is selected, the tracer will reverse look up any UnityEvent listeners that are affecting the selected component.

    The relevant docs and initial readmes have also been added too.