最美情侣中文字幕电影,在线麻豆精品传媒,在线网站高清黄,久久黄色视频

歡迎光臨散文網 會員登陸 & 注冊

unity_addressable_Building content(構建內容)

2023-04-01 20:37 作者:unity_某某師_高錦錦  | 我要投稿

A content build processes your Addressables groups to produce the?content catalog, [runtime settings], and the?AssetBundles?that contain your assets. Addressables uses these files to load content at runtime.

譯:一個內容構建過程會處理您的Addressables組,生成內容目錄,[運行時設置]和包含您資產的AssetBundles。Addressables使用這些文件在運行時加載內容。

You can configure the Addressables system to build your Addressables content as part of every Player build or you can build your content separately before making a Player build. See?Building Addressables content with Player builds?for more information about configuring these options.

譯:您可以配置Addressables系統(tǒng)在每次Player構建時構建Addressables內容,或者在制作Player構建之前單獨構建您的內容。有兩種內容類別:本地內容和遠程內容。本地內容由Addressables自動管理,而遠程內容必須上傳到托管服務器。Group設置確定該組屬于哪個類別。項目Addressable Asset Settings中的Build Addressables on Player Build設置指定了如何構建Addressables內容??梢詮腉roups窗口頂部的工具欄中的Build菜單中訪問構建命令。

If you configure Unity to build your content as part of the Player build, use the normal?Build?or?Build and Run?buttons on the Editor?Build Settings?window to start a build. You can also invoke the Editor on the command line, passing in one of the?-buildPlatformPlayer?options or use an API such as?BuildPipeline.BuildPlayer?to start the build. In all cases, Unity builds your Addressables content as a pre-build step before building the Player.

譯:如果將內容作為Player構建的一部分構建,則使用Editor Build Settings窗口上的正常Build或Build and Run按鈕啟動構建。也可以在命令行上調用Editor,傳遞一個-buildPlatformPlayer選項或使用諸如BuildPipeline.BuildPlayer之類的API來啟動構建。在所有情況下,Unity在構建Player之前作為預構建步驟構建您的Addressables內容。

If you configure Unity to build your content separately, you must start the Addressables build using the?Build?menu on the?Addressables Groups?window as described in?Making builds. The next time you build the Player for your project, it uses the artifacts produced by the last Addressables content build run for the current platform. See?Build scripting?for information about automating your Addressables build process.

譯:如果將內容單獨構建,則必須使用Addressables Groups窗口上的Build菜單啟動Addressables構建,如Making builds中所述。下一次為項目構建Player時,它將使用上次Addressables內容構建的當前平臺的產物。有關自動化Addressables構建過程的信息,請參見構建腳本。

Your content build can produce two general categories of content:

譯:內容構建可以產生兩種一般類別的內容:

  • Local content: content that's included directly in your player build. The Addressables system manages local content automatically as long as you use the default build path for your local content. If you change the local build path, you must copy the artifacts from the local build path to the project's?Assets/StreamingAssets?folder before making a Player build.譯:本地內容:直接包含在播放器構建中的內容。只要使用本地內容的默認構建路徑,Addressables系統(tǒng)就會自動管理本地內容。如果更改了本地構建路徑,則必須將產物從本地構建路徑復制到項目的Assets/StreamingAssets文件夾中,然后才能進行Player構建

  • Remote content: content that's downloaded from a URL after your application is installed. It is your responsibility to upload remote content to a hosting server so your application can access it the designated URL (specified by your?RemoteLoadPath).譯:遠程內容:安裝應用程序后從URL下載的內容。您需要將遠程內容上傳到托管服務器,以便應用程序可以訪問指定URL(由您的RemoteLoadPath指定)。

See?Build artifacts?for more information about files produced by a content build.

譯:有關內容構建產生的文件的更多信息,請參見Build artifacts。

Your?Group settings?determine which category a group belongs to; the active?Profile?determines the specific paths and URLs that the Addressables system uses to build and load the content. (Your?Addressable Asset settings?also contain options that affect your content builds, such as whether to build remote content at all.)

譯:Group設置確定一個組屬于哪個類別;活動配置文件確定Addressables系統(tǒng)用于構建和加載內容的特定路徑和URL。 (Addressable Asset設置還包含影響內容構建的選項,例如是否完全構建遠程內容。)

You can start builds from a script as well as from the?Groups?window. See?Build scripting?for more information on how to extend building Addressable content.

譯:您可以從腳本和Groups窗口開始構建。有關如何擴展構建Addressable內容的更多信息,請參見構建腳本。

The Addressables system includes the following build scripts:

譯:Addressables系統(tǒng)包括以下構建腳本:

  • Default Build Script: performs a full content build based on Group, Profile, and Addressables system settings.譯:默認構建腳本:基于組、配置文件和Addressables系統(tǒng)設置執(zhí)行完整內容構建。

  • Update a Previous Build: performs a differential content build to update a previously created build.譯:更新先前的構建:執(zhí)行差分內容構建以更新先前創(chuàng)建的構建。

  • Play Mode scripts: the Play Mode scripts are technically build scripts and control how the Editor accesses your content in Play Mode. See?Play Mode Scripts?for more information.譯:Play Mode腳本:Play Mode腳本技術上是構建腳本,控制編輯器在Play Mode中訪問內容的方式。有關更多信息,請參見Play Mode Scripts

The build scripts also provide a function to clear the cached files they create. You can run these functions from the?Build > Clean Build?menu of the?Groups window.

譯:構建腳本還提供清除它們創(chuàng)建的緩存文件的功能。您可以從Groups窗口的Build > Clean Build菜單運行這些功能。 使用Player構建構建Addressables內容

Building Addressables content with Player builds

When you modify Addressable assets during development, you must rebuild your Addressables content before you build the Player. You can run the Addressables content build as a separate step before building a Player or you can run both the Addressables content build and the Player build together.

譯:在開發(fā)過程中修改Addressable資源時,您必須在構建Player之前重新構建Addressables內容。您可以在構建Player之前作為單獨的步驟運行Addressables內容構建,也可以同時運行Addressables內容構建和Player構建。

Building Addressables content together with the Player can be convenient, but does increase build time, especially on large projects, since this rebuilds the Addressables content even when you haven't modified any assets. If you don't change your Addressables content between most builds, consider disabling this option.

譯:?將Addressables內容與Player一起構建可能很方便,但會增加構建時間,特別是在大型項目中,因為即使您沒有修改任何資產,這也會重新構建Addressables內容。如果您在大多數(shù)構建之間不更改Addressables內容,請考慮禁用此選項。

The?Build Addressables on Player Build?setting in the Project?Addressable Asset Settings?specifies which option to use for building Addressables content. You can choose the appropriate option for each Project or defer to the global Preferences setting (which you can find in the?Addressables?section of your Unity Editor Preferences). When you set a Project-level setting, it applies to all contributors who build the Project. The Preferences setting applies to all Unity Projects that don't set a specific value.

譯:Project Addressable Asset Settings中的Build Addressables on Player Build設置指定用于構建Addressables內容的選項。您可以為每個項目選擇適當?shù)倪x項,也可以推遲到全局首選項設置(在Unity編輯器首選項的Addressables部分中找到)。當您設置項目級別的設置時,它適用于構建項目的所有貢獻者。首選項設置適用于沒有設置特定值的所有Unity項目。

NOTE

Building Addressables on Player Build requires Unity 2021.2+. In earlier versions of Unity, you must build your Addressables content as a separate step.

譯:在Unity 2021.2+中構建Player Build需要構建Addressables。在早期版本的Unity中,您必須將Addressables內容構建為單獨的步驟。

Build commands

Access build commands from the?Build?menu on the toolbar at the top of the?Groups window.

譯:從Groups窗口頂部的工具欄的Build菜單中訪問構建命令。

The menu provides the following items:
  • New Build: choose a build script to run a full content build. The Addressables package includes one build script,?Default Build Script. If you create custom build scripts, you can access them here (see?Build scripting).譯:New Build:選擇一個構建腳本來運行完整的內容構建。Addressables包括一個構建腳本,即默認構建腳本。如果您創(chuàng)建了自定義構建腳本,您可以在此處訪問它們(請參見構建腳本)。

  • Update a Previous Build: run a differential update based on an earlier build. An update build can produce smaller downloads when you support remote content distribution and publish updated content. See?Content update builds.譯:Update a Previous Build:基于先前的構建運行差分更新。更新構建可以在支持遠程內容分發(fā)并發(fā)布更新的內容時產生較小的下載量。請參見內容更新構建。

  • Clean Build: choose a command to clean existing build cache files. Each build script can provide a clean up function, which you can invoke from this menu. (See?Build scripting.)譯:Clean Build:選擇一個命令來清除現(xiàn)有的構建緩存文件。每個構建腳本都可以提供清理功能,您可以從此菜單中調用它們。(請參見構建腳本。)



unity_addressable_Building content(構建內容)的評論 (共 條)

分享到微博請遵守國家法律
霍城县| 白山市| 永胜县| 扶余县| 建平县| 岳普湖县| 奉贤区| 法库县| 广西| 定日县| 阳山县| 榕江县| 浏阳市| 岳阳县| 双牌县| 南雄市| 永兴县| 吉木乃县| 崇州市| 德江县| 阳信县| 韩城市| 淮滨县| 沙坪坝区| 日土县| 澳门| 台南县| 离岛区| 安福县| 蓝田县| 兰溪市| 扶绥县| 涟水县| 远安县| 衢州市| 海口市| 青冈县| 广饶县| 清镇市| 沙湾县| 湄潭县|