Unity_Addressable_Prevent Updates Schema(阻止更新模式)
The Prevent Updates options determine how the Check for Content Update Restrictions tool treats assets in the group. To prepare your groups for a differential content update build rather than a full content build, on the [Groups window], go to Tools and run the Check for Content Update Restrictions command. The tool moves modified assets in any groups with Prevent Updates toggled on, to a new group.
译:Prevent Updates选项决定了Check for Content Update Restrictions工具如何处理组中的资产。为了准备组进行差异化内容更新构建,而不是完整内容构建,在[Groups window]上,转到工具并运行Check for Content Update Restrictions命令。该工具会将在任何开启了Prevent Updates选项的组中修改的资产移动到一个新的组中。
The Prevent Updates options includes:
译:Prevent Updates选项包括:
On: The tool doesn't move any assets. When you make the update build, if any assets in the bundle have changed, then the entire bundle is rebuilt.译:开:该工具不移动任何资产。当您进行更新构建时,如果包中有任何资产发生了变化,则整个包将被重新构建。
Off: If any assets in the bundle have changed, then the Check for Content Update Restrictions tool moves them to a new group created for the update. When you make the update build, the assets in the AssetBundles created from this new group override the versions found in the existing bundles.译:关:如果包中有任何资产发生了变化,则Check for Content Update Restrictions工具将它们移动到为更新创建的新组中。当您进行更新构建时,从该新组创建的AssetBundles中的资产将覆盖现有包中找到的版本。
See Content update builds for more information.译:有关更多信息,请参见内容更新构建。