web上にある画像をダウンロードして表示させたくて
https://docs.unity3d.com/ja/2018.1/Manual/UnityWebRequest-RetrievingTexture.html
https://docs.unity3d.com/ja/2018.2/ScriptReference/Networking.UnityWebRequestTexture.GetTexture.html
https://www.hanachiru-blog.com/entry/2019/07/12/233000
これらを参考にして作ったスクリプトをRawImageにアタッチして試したのですが、
NullReferenceException: Object reference not set to an instance of an object
という赤いエラーが出て表示されません。
どうしたらいいか教えてください。