So I want to basically trigger an event whenever the Alpha value of a canvas group changes.
(and also I don’t want to detect the change of alpha value in the update)
How can I do it???
Thanks in advance.
You can could wrap it in your own object, or you can take the UI Canvas source code and engineer either an alternative version of it, or subclass it, depending on how it is set up and what is possible. The source code is in the UI package.