Skip to content

Commit

Permalink
Merge pull request #336 from umasteeringgroup/alpha/211
Browse files Browse the repository at this point in the history
Upgrade project to 2019.4
  • Loading branch information
Jaimi authored Nov 13, 2020
2 parents aa49a8d + 82ec9d0 commit dbbbcf5
Show file tree
Hide file tree
Showing 12 changed files with 553 additions and 58 deletions.
9 changes: 9 additions & 0 deletions UMAProject/Assets/UMA/Whats New in UMA.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ Misc
DCARendererManager
Added option EnableRenderers to turn on/off the renderer manager for toggling between first and third person.

Alpha 2
Added scaling to UMAMountedItem
Forearm Twist slot script will now let you set the names of the bones
Fixed issue in randomizer that would cause it to break
Added support for more than 4 boneweights. Can now use as many boneweights as you like.
Reworked the SkinnedMeshCombiner to use the new boneweights, resulting in a 30-40% overall speed improvement when building.
Added ability to transform (scale and rotate) an overlay in a recipe.
Fixed error in build when edit-time UMA's were used in scene.


What's new in 2.10.1

Expand Down
34 changes: 34 additions & 0 deletions UMAProject/Logs/Packages-Update.log
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@

=== Sun Nov 1 18:51:14 2020

Packages were changed.
Update Mode: updateDependencies

The following packages were updated:
com.unity.analytics from version 3.2.2 to 3.2.3
com.unity.package-manager-ui from version 2.0.8 to 2.0.13

=== Thu Nov 5 20:20:49 2020

Packages were changed.
Update Mode: updateDependencies

The following packages were added:
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
[email protected]
The following packages were updated:
com.unity.ads from version 2.0.8 to 3.4.9
com.unity.analytics from version 3.2.3 to 3.3.5
com.unity.collab-proxy from version 1.2.15 to 1.2.16
com.unity.purchasing from version 2.0.3 to 2.1.1
com.unity.textmeshpro from version 1.4.1 to 2.0.1
The following packages were removed:
[email protected]
19 changes: 12 additions & 7 deletions UMAProject/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
{
"dependencies": {
"com.unity.ads": "2.0.8",
"com.unity.analytics": "3.2.2",
"com.unity.collab-proxy": "1.2.15",
"com.unity.memoryprofiler": "0.2.1-preview.2",
"com.unity.package-manager-ui": "2.0.8",
"com.unity.purchasing": "2.0.3",
"com.unity.textmeshpro": "1.4.1",
"com.unity.2d.sprite": "1.0.0",
"com.unity.2d.tilemap": "1.0.0",
"com.unity.ads": "3.4.9",
"com.unity.analytics": "3.3.5",
"com.unity.collab-proxy": "1.2.16",
"com.unity.ide.vscode": "1.2.2",
"com.unity.multiplayer-hlapi": "1.0.6",
"com.unity.purchasing": "2.1.1",
"com.unity.textmeshpro": "2.0.1",
"com.unity.timeline": "1.2.6",
"com.unity.ugui": "1.0.0",
"com.unity.modules.ai": "1.0.0",
"com.unity.modules.androidjni": "1.0.0",
"com.unity.modules.animation": "1.0.0",
"com.unity.modules.assetbundle": "1.0.0",
"com.unity.modules.audio": "1.0.0",
Expand Down
Loading

0 comments on commit dbbbcf5

Please sign in to comment.