-
The Galacean Spine runtime code has become quite outdated and is facing issues both in its project architecture and performance. The demand for Spine is gradually increasing, necessitating an urgent r…
-
## Problem
When we move spine to the edge of scene, the spine disappeared.
```ts
// spineEntity.transform.setPosition(0, -15, 0)
spineEntity.transform.setPosition(27.9, -15, 0)
```
We just…
-
Current exported class "SpineRenderer " is not a renderer. It's completely designed for Galacean editor.
The API for SpineRenderer is also different from spine original API.
The API exposed at r…
-
引入依赖报错 Cannot read property 'prototype' of undefined
-
**Describe the bug**
Create new project and code changes or editor changes after saved won't trigger the reload automatically, will required to refresh page in order to have latest changes, as image …
-
-
-
-
**Describe the bug**
Was playing around and having issues on second project, as per left side code-editor mobile debug view not working but run on seperated tabs was fine.
Project Link: https://…
-
**Describe the bug**
- [x] can't call v2f function outside vertex|frag in ShaderLab
```ts
VertexShader = vert;
FragmentShader = frag;
v2f vert_internal(a2v v, float FUR_OFFSET…