unstable-puffin-pr-235 highlights by default the profiling section relevant to rapier and its testbed.
In the meantime, you can enable these lines from the workspace Cargo.toml (commented on master):
# For feature unstable-puffin-pr-235
puffin_egui = { version = "0.29", optional = true, git = "https://github.com/Vrixyz/puffin.git", branch = "expose_ui_options" }
puffin = { version = "0.19", optional = true, git = "https://github.com/Vrixyz/puffin.git", branch = "expose_ui_options" }
#
unstable-puffin-pr-235highlights by default the profiling section relevant to rapier and its testbed.Profiling support #743 merged the feature
unstable-puffin-pr-235This issue serves as documentation and tracks a path to stabilization.
We 're effectively blocked by Expose UI options EmbarkStudios/puffin#235 to stabilize.
In the meantime, you can enable these lines from the workspace
Cargo.toml(commented onmaster):