Radial Blurを作成したときに、Material EditorにてこんなWarningが出現 The current material has compilation errors, so it will not render correctly in feature level ES3_1. 案の定android端末でうまく表示されなかったので原因調査… 結果、使用していたCustomノードのコードが不十分だったのが原因だった どうやら、SceneTextureLookup関数はMobile対応?(ES2,3対応?)していないので、 MobileSceneTextureLookup(…