From 850040119b256b589a0cf47b84019bd68c7b57b9 Mon Sep 17 00:00:00 2001 From: Oooocean <41802399@qq.com> Date: Fri, 9 Dec 2022 15:38:46 +0800 Subject: [PATCH] Update InstantGameGuide.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修改资源加载方案名称 --- Design/InstantGameGuide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Design/InstantGameGuide.md b/Design/InstantGameGuide.md index fdb85ee..18e1227 100644 --- a/Design/InstantGameGuide.md +++ b/Design/InstantGameGuide.md @@ -1,6 +1,6 @@ -# Unity Instant Game导出至微信小游戏指南 +# 使用 AutoStreaming 进行资源按需加载 -​ 除常规使用 AA/AB 分包方案外,Unity 官方也提供了 Instant Game 转换工具可以实现 Unity 游戏转化至微信小游戏平台的能力,本文将介绍 Instant Game 工具的实践操作,协助开发者将游戏转化至微信小游戏环境中运行。 +​ 除常规使用 AA/AB 分包方案外,Unity 官方也提供了 AutoStreaming转换工具可以实现 Unity 游戏转化至微信小游戏平台的能力,本文将介绍 AutoStreaming工具(基于InstantGame引擎版本)的实践操作,协助开发者将游戏转化至微信小游戏环境中运行。 -- GitLab