Skip to content

Tags: COLLEC1/engine

Tags

v1.23.1

Toggle v1.23.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add pc.Application#enableVr and pc.Application#disableVr (playcanvas#…

…1683)

* Add pc.Application#enableVr and pc.Application#disableVr functions for developers to control VR capabilities
* Remove application argument to enable vr.

v1.23.0

Toggle v1.23.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Rtl alignment fix (playcanvas#1678)

* fixed text alignment

v1.22.0

Toggle v1.22.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Removed call to typedarray map (playcanvas#1642)

* added preUpdateHook

* replaced typedarray.map with constructor

v1.21.6

Toggle v1.21.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FIX] Missing 'chunks' from a previous PR

v1.21.5

Toggle v1.21.5's commit message
Font padding fix fix (playcanvas#1606)

v1.21.4

Toggle v1.21.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
[FIX] Particle system component now listens on all asset events (play…

…canvas#1603)

v1.21.3

Toggle v1.21.3's commit message
A hotfix for sprites batching drawOrder (playcanvas#1594)

v1.21.2

Toggle v1.21.2's commit message
Library code assets (playcanvas#1566)

* Set asset to loaded if it's a library script

v1.21.1

Toggle v1.21.1's commit message

v1.21.0

Toggle v1.21.0's commit message
Text-element render sub-range (playcanvas#1585)

* added text-element sub-range
* using two separate properties for range start and end
* expose range start and end in ElementComponent
* small doc update