-
Class TestUser is not defined. It will be ignored.
export class TestUser {
public constructor(
public name?: string,
public age?: number,
) {
}
}
import { Test…
-
hi! I wonder if this runtime works only for C++, or, as the latest version of cocos support javascript through JSB, it may work without the need of a specific javascript runtime?
-
### Cocos Creator version
2.4.x
### System information
web
### Issue description
https://forum.cocos.org/t/topic/135706
### Relevant error log output
_No response_
### Steps to reproduce
demo…
-
The current triangle mesh implementations of different backends have the following differences:
1. The triangle mesh of the physx backend will calculate the center of mass, and the triangle mesh of t…
-
in ctor code
texType && this.init(normalImage, selectedImage, disableImage, texType);
modify to
texType!==undefined && this.init(normalImage, selectedImage, disableImage, texType);
Otherwise, it can…
-
我在cocos creator 1.4 开一个项目,然后汇入这程序包,执行出现ReferenceError: Joint is not defined...何解?
-
Hey everyone, we have found your UI Editor and it looks very cool. We are planning to try it as an alternative to Cocos Studio. But, there is one thing I didn't completely understand: is the editor op…
-
-
### Cocos Creator version
2.4.12 & 3.8.1
### System information
MacOS & iOS
### Issue description
If the 3D particle's animation texture uses a PVRTC 4bits RGB Separate A compressed texture, it m…
-
### Use Case
I am currently developing a web-based virtual showroom project that enables users to upload and showcase their 3D Products in GLB (GLTF) format. The virtual showroom provides a platform …