cancel
Showing results for 
Search instead for 
Did you mean: 

Immersive debugger does not display enum flags correctly

aurelien.649528
Honored Guest

I tried using the DebugMember attribute on an enum flag but it did not display its value. Is there a list somewhere of compatible types ?

1 REPLY 1

ycliu613
Meta Employee

hey @aurelien.649528, thanks for the post! We're soon supporting this (viewing and tweaking Enums) for Immersive Debugger in the upcoming version of Meta Core SDK (v72).

For any types that has an ToString() override it should be well displayed in Watch. For Tweak only integer, float and boolean are available in the current v71, we'll update the public documentation (https://developers.meta.com/horizon/documentation/unity/immersivedebugger-overview#debug-functionali...) for new types supported for tweaking.

If there are other use cases/types needed support, please let us know 🙂 Thanks!