Refactored content of help, eg error message

This commit is contained in:
Petr Kalis 2022-08-12 12:23:06 +02:00
parent e93558f961
commit d9e3815878

View file

@ -3,9 +3,9 @@
<error id="main">
<title>Not up-to-date assets</title>
<description>
## Obsolete containers found
## Outdated containers found
Scene contains one or more obsolete loaded containers, eg. items loaded into scene by Loader.
Scene contains one or more outdated loaded containers, eg. versions of items loaded into scene by Loader are not latest.
### How to repair?
@ -17,8 +17,7 @@ Use 'Scene Inventory' and update all highlighted old container to latest OR
<detail>
### __Detailed Info__ (optional)
This validator protects you from rendering obsolete content, someone modified some referenced asset in this scene, eg.
by skipping this you would ignore changes to that asset.
This validates whether you're working with the latest versions of published content loaded into your scene. This protects you from using outdated versions of an asset.
</detail>
</error>
</root>