News
Entertainment
Science & Technology
Sport
Business & Money
Life
Culture & Art
Hobbies
8 | Follower
Cocos Forums
25.12.2024
Hi! While developing my project, I encountered a " * A Class already exists with the same classname : “ColumnElement” er…
24.12.2024
Hi all! I am using Cocos Creator version 3.8.3. Let’s imagine that my product consists of the following parts: Game …
Hi! I’m currently working on a simple project, and as part of it, I needed to register player input. So I added event l…
I have a function inside scheduler that calls the function after every 19 seconds and the functions sends data to the ba…
20.12.2024
I followed the instructions provided in the Cocos Creator documentation to integrate functionality using native.Download…
Hello eveyone :slight_smile: . I have an issue in cocos . How can i fix button detection when screen size changed?
19.12.2024
I am running game over localhost:7456 and i want to invite a friend which should also open the localhost:7456 But i wan…
Hi i am using cocos creator 3.8.4 on windows 11 + vs 2022, and then i build my project as desktop or exe. It build the e…
18.12.2024
So: 'RenderData' is deprecated.ts(6385) cc.d.ts(3458, 8): The declaration was marked as deprecated here. (alias) clas…
Hello, I’m learning how to properly set a CharacterController script for a TPS character together with native physics, b…
My sprite doesn’t look right after given a material, I wanted to achieve a addtive like effect. here’s what it looks li…
Hello friends, I am developing a game using Cocos Creator version 3.8.3. Our game is a 2D-based decoration game. So, we …
17.12.2024
I have several projects developed in Cocos version 2.4.5, and I currently lack the resources to update all of them to ve…
Hey there. I have found a lot of Post Process Tutorial stuff from Cocos Creator Engineers in the last couple of months…
Hello . I have an issue in my game build has 2k files and i want to reduce but i don’t have any ideas . How can i reduce…
15.12.2024
Hi Support, I am facing an issue with scrolling in the web section where we’ve implemented a Cocos Creator build in an …
14.12.2024
Hi, Looking for cocos creator developer full time to develop card games. Please reach out to me at rishabh@creatiosoft.…
Hi there, I faced a bug when Label and RT rendered Persian and Arabic text. A new line is usually in the middle of the…
13.12.2024
when I select the ‘sign in’ option to create an account from the dashboard I am taken to: There is no response from thi…
12.12.2024
👉👉COPLY LINK WATCH FULL👉👉 https:// tinyurl. com/ watch- full- clips :point_right::point_right:COPLY LINK WATCH FULL:p…
11.12.2024
asdwefhiashd efihioahsd efhioahsdoasd
10.12.2024
I need: call native function in C++ or ObjC from TS Simple example: static bool nativeCompare(int a, int b) { re…
07.12.2024
Hi all, I’m trying to get enableWrapText working on a Label , but it’s splitting in places I would consider to be wrong,…
Hi, Is there a plan to add handtracking support in CocosXR plugin? Thank you
06.12.2024
Despite the different resources and examples, I have not been able to understand how to translate a world pos to a scree…
I am using Cocos Creator 3.8.3. I have written a plugin and created a scene script according to the documentation, whic…
04.12.2024
Hi , I want to make it so that the cache does not work when replacing an asset bundle. ■Issue I want to ensure that t…
@Jared @pandamicro I’ve just tried 3.8.4 and found an itchy issue with scene rotation in Editor: When I select a node …
This release focuses on package size reduction, rendering pipeline improvements, and editor usability, alongside extensi…
03.12.2024
Hello! I want to create a game using a custom render pipeline and a render graph in 3.8.3. However, I can’t find any sc…
Is it possible to somehow change the prefab settings without leaving play mode?
I want to resize the canvas or all the Objects to completely fit in the screen according to the UI and everything is wor…
02.12.2024
We are currently using cocos creator version 2.4.11. Since the current apk is large, we want to split some resources an…
01.12.2024
What about privacy? It seems that I can’t use Cocos Creator without logging in. Is it possible that one day the develope…
30.11.2024
Does Cocos Creator support exporting to nintendo and playstation? On older posts and news i saw that it support, but cur…
Hi.I have been trying to login to the store and have been unsuccessful so far. Even trying to create a new account does…
29.11.2024
I am currently trying to achieve a game world that loops / wraps around, when you leave the right you come back in on th…
The scrollbar in this link works with the mouse wheel on desktops and laptops and with touch on mobile devices, but it d…
26.11.2024
Does cocos have some api just like ShaderVariantCollection.WarmUp() in unity?
assetManager.loadRemote<ImageAsset>(resourceUrl, (err, imageAsset) => { if (err) { console.debug(…