お世話になっております。
Unity2020.3.33f1でEmotePlayerを非表示にすると下記エラーが出てレンダーテクスチャが開放されない現象が起きております。
Destroying object “TempBuffer 106 1024×512” is not allowed at this time.
UnityEngine.Object:DestroyImmediate (UnityEngine.Object)
EmotePlayer:DestroyObjectProperly (UnityEngine.Object) (at Assets/EmotePlayer/Scripts/EmotePlayer.cs:816)
EmotePlayer/RenderTextureMapper:Destroy () (at Assets/EmotePlayer/Scripts/EmotePlayer.cs:2287)
EmotePlayer:DestroyDrawResources () (at Assets/EmotePlayer/Scripts/EmotePlayer.cs:2908)
EmotePlayer:OnDisable () (at Assets/EmotePlayer/Scripts/EmotePlayer.cs:3324)
UnityEditorで空のシーンに EmotePlayer-RenderTexture を配置。
インスペクタからオブジェクトをOFFすることで発生します。
こちら回避方法はございましたらご教示頂けますと幸いです。
ご確認の程よろしくお願いいたします。