Closed BafDyce closed 4 years ago
For that example that is the expected behaviour. None of the entities have components that have a visual representation and no camera is present in the scene either.
I believe the purpose of the scene
example is to show how to load a scn
file with custom components and that hot-reloading works with scene files too (try changing the values in the file and watch the output in the console).
This is not an issue in itself, but it hints that the purpose of this example could be made clearer!
I actually launched it hoping to see a scene too. :) So +1. Maybe a name e.g. serialisation
is more apt?
I see. Maybe it would be a great idea to include a Camera then so that the user also "sees" that it is really working and changing the world?
Maybe there can be some Text
s on the screen that display the values of the components loaded from the scene file with a hint "Try changing assets/scene/load_scene_example.scn
" or something along the line of that?
I have created a PR which adds a simple message telling the user to look at the console output. This should at least show the user that there should be no content in the UI window.
Hehe, I too was expecting the video from https://bevyengine.org/news/introducing-bevy/ before I read the source code of that example :D
Hehe, I too was expecting the video from https://bevyengine.org/news/introducing-bevy/ before I read the source code of that example :D
Exactly!
Resolved by #181. Thanks!
The scene example shows only an empty, completely gray, window for me. I dont see any objects, not even if I modify the scene and the app reloads it.. Happens with and without --release.
Current version of the repo (latest one right now): a7f1889a35f93b13edc2b1233189656289b0448e
Do you also need other software versions / system specs? Other examples seem to work fine, even the breakout game works.