12-11-2024 02:07 AM
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 ?
a week ago
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!