Skip to content

Commit f3c165d

Browse files
committed
[RELEASE] v0.164.0
1 parent 279c8ba commit f3c165d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGES.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# PlayCanvas Engine Changes
22

3+
### v0.164.0
4+
* Added Entity#addComponent and Entity#removeComponent
5+
* Deprecated ComponentSystem#addComponent and ComponentSystem#removeComponent
6+
* Removed pc.ApplicationContext, replaced with pc.Application everywhere
7+
* Added relevant properties from pc.ApplicationContext to pc.Application, `root`, `systems`, `loader`, `assets`, etc.
8+
* [FIX] worldToScreen
9+
* [FIX] Camera's no longer effected by entity's scale
10+
* [FIX] Fixed height map on Intel GPU
11+
312
### v0.163.5
413
* [FIX] Cubemap and cubemap filtering related fixes.
514
* [FIX] Changing collision component properties now works without disable/re-enabling component.

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.164.0-dev
1+
0.164.0

0 commit comments

Comments
 (0)