#it panics and i have no clue why
4 messages · Page 1 of 1 (latest)
Resource requested by evolution::startup_sys does not exist: evolution::CreatureMatter
@dapper valve
In case you don't know how to fix this error:
You need to ensure that evolution::CreatureMatter is present before the startup_sys system is called.
This means you have to use app.init_resource or app.insert_resource to initialize the evolution::CreatureMatter resource for your app.