Registry sometimes fails to get the right instance on Serializable classes

Issue #82 wontfix
Former user created an issue

When using the command attribute within a class with [Serializable] and registering it, sometimes it manages to grab a new instance instead of the actual one.

Comments (3)

  1. Yusuf Ismail repo owner

    It is possible that [Serializable] causes unity to treat it as a struct, and value copy it instead of ref copying it

    Will investigate it and see if it is possible to fix

  2. Log in to comment