Skip to content

Commit

Permalink
[RELEASE] v0.167.2
Browse files Browse the repository at this point in the history
  • Loading branch information
vkalpias committed May 13, 2015
1 parent cbf0700 commit 563f122
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGES.md
@@ -1,5 +1,19 @@
# PlayCanvas Engine Changes

### v0.167.2
* Removed references to old Designer
* Component schemas are now simple string arrays
* Removed pack component
* Removed designer component
* [FIX] Generate different shaders for meshes with and without UV1
* [FIX] Disallow using UV1 maps on meshes without it
* [FIX] Handle updating audiosource#3d property
* [FIX] Stop audiosource when its asset is removed or when the audiosource component is removed
* [FIX] One shot sounds no longer play when switching tabs
* [FIX] Stop current animation if its asset is removed from the animation component
* [FIX] Camera frustum shape is now properly updated when the canvas is resized


### v0.167.1
* [FIX] texCubeLOD code path fixes

Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
0.168.0-dev
0.167.2

0 comments on commit 563f122

Please sign in to comment.