소스 검색

Update submitting_to_assetlib.rst (#7339)

Co-authored-by: Aaron Franke <[email protected]>
Co-authored-by: Max Hilbrunner <[email protected]>
toafloast 2 년 전
부모
커밋
d21e992878
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      community/asset_library/submitting_to_assetlib.rst

+ 5 - 0
community/asset_library/submitting_to_assetlib.rst

@@ -59,6 +59,11 @@ These things are not required for your asset to be approved, but
 if you follow these recommendations, you can help make the asset
 library a better place for all users.
 
+* When creating non-project assets, it is common practice to place your files
+  inside of an **addons/asset_name/** folder. Do this to avoid having your files 
+  clash with other assets, or with the files of users installing your asset. 
+  This folder will **not** be automatically generated when a user installs your asset.
+
 * Fix or suppress all script **warnings**. The warning system is there to
   help identify issues with your code, but people using your asset
   don't need to see them.