You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.