-
### Cocos Creator version
3.8.3
### System information
all
### Issue description
我们公司 两台 mac (操作系统版本一样) , 1 台windows .
出现了非常奇怪的现象
从 cocos打开项目后, fbx.meta 的 hasAlpha 属性会被 其中一台mac设置为 true,
但是…
-
Currently, the search in the field is rigid from the beginning of the first word, which is not convenient for dropdowns where you don’t know exactly how they are written. For example, Cocos (Keeling) …
-
Hi, thanks for your extension!
I would like to know what are the steps to include ccc.raphael inside my Cocos Creator project :)
-
I tried to use it in cocos but it didn't work.
It shows:
ERROR: TypeError: undefined is not a constructor (evaluating 'new index_1.NanoSQLDefaultBackend()'), location: __node_modules/nano-sql/lib/i…
-
we need to add some mannual docs for the gamepad feature,
which is supported by this PR: https://github.com/cocos/cocos-engine/pull/11278
PPpro updated
6 months ago
-
这个真是坑啊,无语了。
通常在模拟类的实现时,属性是放在实例上,方法是放在原型上,取了节省性能和互不干扰的折中。但是cocos的有点扯。属性也放在了原型上,这就导致了一些问题。
先看重现:
``` javascript
// 定义一个新的类
var newClass = cc.Class.extend({
prop: 123,
ctor: function(){
…
-
MAC cocos2dx 3.15.1 , tried to debug with Firefox, but always crash.
I changed VSCode to debug, got the same problem.
但是如果可以用的话 还是挺方便的 请问这个问题要怎么解决呢?
liuyi updated
4 years ago
-
Downloaded 3.9, following the instructions:
```
cocos new example -l js
cd example
cocos compile -p mac
cocos run -p mac
```
Now invoke:
```
cocos run -p mac
```
again, and the xcodebuild process …
-
### Cocos Creator version
3.8.2
### System information
MacOS
### Issue description
```
#///////////////////////////
# Cocos Creator 3D Project
#///////////////////////////
library/
temp/
lo…
-
- [x] UI相关
- [ ] 天空盒背景修改为浅色
- [ ] 调整几个按钮的布局
- [x] 部署项目在127.0.0.1:8080/index上,嵌入iframe中
- [x] 可以接受127.0.0.1 :8080/table-details发送的json,目前用sns.json进行了模拟
- [ ] 问题:外部web应用只能直接访问整个完整的cocos项目,无…