Unity Animation system is not meant to work with UI. The problem here is if one panel is updated every child and subsequent children in the tree which must be UI element (quad) are marked dirty. This ...
According to the documentation the Visual Effect Graph enables you to author visual effects using Node-based visual logic. This repository provides examples for some specific cases in VFX Graph such ...