はなちるのマイノート
id:hanaaaaaachiru
【Rider】Rider 2025.3からIL ViewerでUnityによって生成および後処理されたILを見れるようになった
はじめに ついにRider2025.3がリリースされたのですが、新機能の一つとしてUnityにより生成されたILを表示できるようになりました。 実際に利用している様子 Unity code in the IL Viewer The IL Viewer tool window now shows the intermediate language (IL) code of the assemblies generated and post-processed by Un…