Search Unity

Custom ISerializationCallbackReceiver-like.

Discussion in 'Scripting' started by RecursiveEclipse, Feb 25, 2021.

  1. RecursiveEclipse

    RecursiveEclipse

    Joined:
    Sep 6, 2018
    Posts:
    298
    How hard would it be to make an interface like ISerializationCallbackReceiver?

    I have a situation where I don't want to use this, but I'm using structs where I need a similar callback per frame in editor. I'm not using Objects so no MonoBehaviour/SciptableObject methods.