From 317ea89ba5a430e7b9bbb406a7df8295aafbb916 Mon Sep 17 00:00:00 2001 From: ErikMoczi <32465761+ErikMoczi@users.noreply.github.com> Date: Fri, 8 Mar 2019 16:55:00 +0000 Subject: [PATCH] 1.3.5-preview - 2019/03/05 @2018.3 --- package/CHANGELOG.md | 2 +- package/package.json | 4 ++-- versions.txt | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/package/CHANGELOG.md b/package/CHANGELOG.md index cd355d3e8..e1daf46fd 100755 --- a/package/CHANGELOG.md +++ b/package/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this package will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). -## [1.3.4-preview] - 2019-02-28 +## [1.3.5-preview] - 2019-02-28 - Minimum Unity version is now 2018.3 to address a build-time bug with progressive lightmapper. - Added missing version into CacheEntry calculation - Fixed build error causing AssetBundle.LoadAssetWithSubAssets to return partial results diff --git a/package/package.json b/package/package.json index 964da1660..a7b67f41b 100755 --- a/package/package.json +++ b/package/package.json @@ -1,7 +1,7 @@ { "name": "com.unity.scriptablebuildpipeline", "displayName": "Scriptable Build Pipeline", - "version": "1.3.4-preview", + "version": "1.3.5-preview", "unity": "2018.3", "description": "The Scriptable Build Pipeline moves the asset bundle build pipeline to C#. Use the pre-defined build flows, or create your own using the divided up APIs. This system improves build time, fixes incremental build, and provides greater flexibility.", "keywords": [ "build", "bundle", "bundles", "assetbundles" ], @@ -12,6 +12,6 @@ "repository": { "type": "git", "url": "https://gitlab.cds.internal.unity3d.com/upm-packages/build-pipeline/addressablesdemo", - "revision": "c7e5663a592672bec5d235d2e46e8adf9c430c28" + "revision": "477ed9d3401c23106d7c1060c24b30abefe61f6b" } } diff --git a/versions.txt b/versions.txt index 40582e4a3..38d390cbb 100755 --- a/versions.txt +++ b/versions.txt @@ -28,3 +28,4 @@ 1.3.2-preview 1.3.3-preview 1.3.4-preview +1.3.5-preview