RPaladin

Results 25 issues of RPaladin

Documentation Link: https://developer.playcanvas.com/en/api/pc.ScriptAttributes.html Visual Location: ![image](https://user-images.githubusercontent.com/69180012/147842608-bfc14f4e-07c1-4df4-a263-93e763dcab6b.png)

bug
docs

**Description** Old object transforms are usually saved in a blend file until the blend is refreshed/closed. The previous transform can usually be restored by using Blender's `Undo` function. However, currently...

bug
blender

Example. ``` bge.constraints.getCharacter("Object_Name").jump() doesn't work with non-current scene objects. ``` & in case your wondering - yes, the target object has physic type set to 'Character'. Discovered the bug in...

bug
0.2.5

Originally reported by `xXXConkerXXx#4419` in the UPBGE Discord. ## Crash log errors ``` Blender Game Engine Started Blender Game Engine Finished Error : EXCEPTION_ACCESS_VIOLATION Address : 0x00007FF623D0D5CB Module : blender.exe...

0.3+
crash

![World Physics Tab Inconsistancy](https://user-images.githubusercontent.com/69180012/108143997-96e8e380-707d-11eb-828d-5b8b24debf59.jpg) Hi, When physics engine is disabled, `physics steps` UI text still remains. This shouldn't happen.

feature request

Whenever I try changing the LOD bias for my sprite texture, the animation sprite's UV location changes equally - makes animated 2D pixel sprites almost impossible. **Edit.** Oh, & another...

0.2.5

Materials Tab option 'Energy Conservation' isn't togglable when 'Use Nodes' option is activated. **Note:** The Energy Conservation is toggable in Node Editor, but not Material Tab. **Blend File Example.** [Energy...

0.2.5

> Original Post > https://forum.playcanvas.com/t/solved-imported-glb-keeps-disappearing/22796/1 Imported binary GLB with morph targets (and embedded textures) displays different sizes in the PlayCanvas glTF 2.0 Viewer than in the PlayCanvas Web Editor. ##...

## Comments When I attempt to use a CDN package build site I get package errors about PCUI failing to build. @yaustar was able to confirm that PCUI can still...

Hello. I noticed that for PCUI elements that support the `icon` property/attribute, they do not seem to support a URL as its source path. Only unicode icons. Docs Link: https://playcanvas.github.io/pcui/components/button/...

enhancement