I am trying to load a glb model, the example one actually the fox. I tried this again and again and someone asked me to post a help topic so here we go.
If i load it with asset_server.load("models/fox.glb#Scene0"); then it works great .
if i load it with asset_server.load("models/fox.glb"); then it does not work!! it will not show up. There is no error and there is no visible model. I was reassured that it SHOULD load in this discord. However it doesnt. why ?