Browse Source

Fix warning block formatting in custom-assets.md

Another missing space added
Vaclav Elias 10 months ago
parent
commit
a495fd942e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      en/manual/scripts/custom-assets.md

+ 1 - 1
en/manual/scripts/custom-assets.md

@@ -121,7 +121,7 @@ public sealed class YOUR_CLASS_COMPILER : AssetCompilerBase
 }
 }
 ```
 ```
 
 
->[!Warning]
+> [!Warning]
 > Every changes made to the runtime asset will break previously built asset databases, make sure to delete the build artifacts stride generates for assets (`YOUR_PROJECT.Windows/obj/stride` and `bin/db`) after changing the class to make sure the asset database is fully rebuilt on the next build.
 > Every changes made to the runtime asset will break previously built asset databases, make sure to delete the build artifacts stride generates for assets (`YOUR_PROJECT.Windows/obj/stride` and `bin/db`) after changing the class to make sure the asset database is fully rebuilt on the next build.
 
 
 This takes care of the support for this asset, you could create a `*.blks` file inside your `Assets` directory and fill in the content manually, but might as well do it through the editor ...
 This takes care of the support for this asset, you could create a `*.blks` file inside your `Assets` directory and fill in the content manually, but might as well do it through the editor ...