Skip to content

Commit

Permalink
Merge pull request #341 from umasteeringgroup/develop
Browse files Browse the repository at this point in the history
Develop
  • Loading branch information
Jaimi authored Jan 5, 2021
2 parents 5c57fdc + bf01a20 commit 34b17c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ namespace UMA
public class UmaAboutWindow : EditorWindow
{
public static string umaVersion { get { return _version; } }
private static readonly string _version = "2.11.3;
private static readonly string _version = "2.11.4";
private string windowTitle = "UMA About";
private string wikiLink = "http://umadocs.secretanorak.com/doku.php";
private string githubLink = "https://github.com/umasteeringgroup";
Expand Down
5 changes: 2 additions & 3 deletions UMAProject/Assets/UMA/Whats New in UMA.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
Whats new in 2.11.3
Whats new in 2.11.4
Typo fixed
Fixed issue where 32 bit meshes were corrupted.
Fixed issue where LOD system could "thrash" and flipflop LOD levels.
Added time and random variation to LOD test so all checks do not happen on the same frame.

Bugfix release
Expression player fixes - now works in Edit Mode
Fixes for overlays with no textures
Fixes for mismatched overlys/slots
Expand Down

0 comments on commit 34b17c3

Please sign in to comment.