Unity.MissingUnityEvents icon indicating copy to clipboard operation
Unity.MissingUnityEvents copied to clipboard

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...

Results 4 Unity.MissingUnityEvents issues
Sort by recently updated
recently updated
newest added

Hi there, I have been using this tool for quite a while but I just realized today that weaving the DLL causes Burst to throw exceptions. I updated Unity to...

This is more of a question than an issue with the code. If use the plugin to add a `SetRotationExecuting` event to `Transform` and then add a handler to a...

is that normal? It casause errors - if i put that file some where in the project folder (under asset 'Asset' folder). Here is the generated file: `//THIS IS AUTO...

It would be great if possible to bind to Behaviour.enabled (and other MethodImplOptions.InternalCall) I tried to fork and do this myself but found that the source for the patcher isn't...