Inspired of Ryan Hipple's talk from Unite 2017 this project features a set of tiny composible "Atoms" that improve modularity in your project. The general approach to building scripts in Unity often ...
这是一套以 SO 资源文件为事件载体的解耦架构,事件本体不依附于任何场景对象,而是作为独立的全局资产存在。 本质:利用 SO 的全局生命周期和资产属性,解决「发送方与接收方解耦、跨场景通信」的架构问题。 宿主:独立的 .asset 资源文件,不属于任何 ...