unity-missing-references-finder icon indicating copy to clipboard operation
unity-missing-references-finder copied to clipboard

Undetected missing reference in UnityEvent

Open Jichael opened this issue 4 years ago • 1 comments

Hey, I don't know if there is anyone still working on this, but I wanted to compare this tool to the one that I'm currently using because it couldn't find the missing references in serialized UnityEvent. It is also the case with this tool, as shown on the screenshot below.

As we rely a lot on these in our project, I'm looking for a way to detect these missing refs.

If you have any idea

image

Jichael avatar May 05 '21 09:05 Jichael

Hi! Thanks for reaching out! I touch this repo from time to time, but I use it a lot in my projects. I haven't noticed this use case before. I think we can maybe achieve it using Reflection; I'll give it a try but I can't promise it will be too soon since I only do this in my spare time.

edcasillas avatar May 05 '21 23:05 edcasillas