Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 527 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 527 Bytes

bevy_test_save_3d_scene

Save and load a scene with a 3D mesh using a DynamicScene which is serialized into a .ron file. The Mesh and StandardMaterial used for the Cube are stored using a static HandleId which makes loading the entities easy.


Compatible Bevy versions:

  • Bevy 0.9

Key: A -> Add Cube

Key: S -> Save Scene

Key: D -> Clear Scene

Key: L -> Load Scene

Screenshot from 2023-02-08 23-46-08