Skip to content

Changing Cached Entities

Brennan Chapman edited this page Apr 15, 2015 · 1 revision

After the server has been started, it will automatically check for changes to the entity config files.
If an entity config file is changed, it will reimport all cached entities.

You can also force reload entities from shotgun using the rebuild command.

shotgunCache rebuild Asset

This will cause the cache to reimport all data for this entity the next time the server is restarted.

You can also signal the server to reimport the data while its running

shotgunCache rebuild --live Asset

This is also useful for adding additional entities to cache while the server is running.

Clone this wiki locally