BeauRoutine
BeauRoutine copied to clipboard
Fix small deprecation warning in UnityWebRequest
Fix two small warnings in the Unity editor
I have merge rights @rfrank-filament but I will wait a week to see if @BeauPrime is able to review.
This won't compile for Unity versions before 2020, and I still need to support Unity 2019. UnityWebRequest.result was only introduced in 2020, so I would recommend moving this fix to a #if UNITY_2020_1_OR_NEWER block.