cocos-engine icon indicating copy to clipboard operation
cocos-engine copied to clipboard

Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games...

Results 539 cocos-engine issues
Sort by recently updated
recently updated
newest added

### Use Case https://forum.cocos.org/t/topic/137962 ### Problem Description Can't run well when set USE_WEBSOCKET_SERVER ON. Try to repair this issue. ![image](https://user-images.githubusercontent.com/18634782/181210072-1ab36be5-ef3b-48a1-a7c7-ef763754fa67.png) ![wecom-temp-27d4a4293b6fdedabd05eb2306fb16f3](https://user-images.githubusercontent.com/18634782/181209547-c7783b20-d8c5-4059-a9dc-4ab1ab220b7e.png) ### Proposed Solution _No response_ ### How it works...

Feature Request
Module: Network

### Cocos Creator version 3.4.2,3.6.0-072219 ### System information window10,chrome ### Issue description https://forum.cocos.org/t/topic/138162 ### Relevant error log output _No response_ ### Steps to reproduce [test.zip](https://github.com/cocos/cocos-engine/files/9189298/test.zip) ### Minimal reproduction project _No...

Bug
Editor

### Cocos Creator version 3.5.2 ### System information windows10, surface ### Issue description Node touch event EventType.TOUCH_MOVE not working on notebook with touch screen, i have tested in surface from...

Bug
ECO: Feedback
Module: PAL
Env: Web

### Cocos Creator version 3.5.2 ### System information mac ### Issue description xml error invalid doc source There is no way to locate which file is reporting an error ![CAA5E0DC-C409-42B1-9DD8-763F7F59AE18](https://user-images.githubusercontent.com/14273437/180714980-8707983c-b380-48fb-bca3-0e2c9236c0ce.png)...

Bug
ECO: Feedback

creator: https://github.com/cocos/cocos-engine/blob/v3.6.0/native/cocos/math/Utils.h#L11 ```c++ // in cocos/math/Utils.h, we define the default value constexpr auto EPSILON = 0.000001; // 5 zeros after point ``` cpp code was ported from ts: https://github.com/cocos/cocos-engine/blob/v3.6.0/cocos/core/math/utils.ts#L33 But...

P2
Env: Native

`operator==` should be absolute equal, add new comparison function like `approxEquals`. For example: ```c++ inline bool Vec4::operator==(const Vec4& v) const { return x==v.x && y==v.y && z==v.z && w==v.w; }...

P2
Env: Native

The problems of current binding-generator: - Using libclang to parse c++ header files instead of parsing IDL files - It's difficult for some developers to setup the tool environment which...

Scripting
P2

### Cocos Creator version 3.5.1 ### System information chrome ### Issue description When the text is a line break, the overlapping part of the text area will trigger two click...

Bug
Module: 2D

This issue is a sub task for https://github.com/cocos/cocos-engine/issues/10792 Auto binding glue code is generated by `bindings-generator` in the past, the `bindings-generator` is old, hard to maintain, lack of features. You...

Scripting
P1

Re: # ### Changelog * ------- ### Continuous Integration This pull request: * [ ] needs automatic test cases check. > Manual trigger with `@cocos-robot run test cases` afterward. *...