You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The name prop set on custom components in the Scene Panel. E.g. given a component Box, if it has a name prop statically set to "foo" it will appear as "foo (Box)" in the Scene Panel.
Cycling through selections is now possible when clicking multiple times. This will cycle between all scene objects that are captured by the raycast.
You can now select a specific template when creating a new project.
Bug fixes
Play Controls now default to default camera.
Resetting the scene no longer loses the selected scene object transform controls.
Chores
Remove unneeded cwd invariant.
The config is now runtime checked for the correct schema.
Remove dialog message mentioning the Triplex config when opening a project as it's no longer needed.
Remove initialize option from project creation. Only creating a new project is supported.
TypeScript module resolution is now always forced to use the "bundler" algorithm. There should be no noticeable change.
Userland tsconfig.json files no longer need to set React Three Fiber types.