This package provides utilities for implementing game architecture which is oriented around ScriptableObject assets and game events. Most of these ideas are based on Unite2017. In some situations, ...
第1回では「AudioSource.volumeをフレーム側で動かすクロスフェード」の課題と、Unity 6.3の Scriptable Audio Pipeline(SAP)で「オーディオ側の進行に寄せたクロスフェード」ができそう、という話を書きました。 第2回では、いきなりクロスフェード制御(pipes/messages ...
Unity Atoms is derived from and a continuation of Ryan Hipple's talk from Unite 2017. The original source code can be found here. This talk by Richard Fine is a forerunner to Ryan Hipple's talk during ...
という「音の処理そのもの」を整理しました。 をゲーム側から指示できません。 第4回は、ゲーム側からの指令を の2段で安全に配送しつつ、使い勝手の良いAPI(CrossfadeHandle / CrossfadePlayer)に落とす、という話です。 ※SAP(Scriptable Audio Pipeline)の基本構造は ...