Quantcast
Channel: Cocos Forums - Latest topics
Viewing all articles
Browse latest Browse all 17076

Bugs In cocos creator

$
0
0

@SagarDabas wrote:

Hi, we have been developing many games in cocos creator since the day of its release and will continue working quiet some time. We noticed some bugs in the engine, so I will post them regularly here. Besides it, thanks for the awesome engine. We have already shipped more than 5 games and working on very big projects using Cocos creator.

  1. Handshake response in windows build for websocket connections cannot increase more than 1024 or certain size, so i was not able to make websocket connections in windows. We resolved it by sending websocket response in chunks.

  2. Disabling a node on its child button, creates an issue of UI freeze. Suppose there is a button callback on a fullScreen button, something like clicking in an area outside the popup :

    onCancel : function(){
    this.node.active = false;
    }

will freeze the entire ui , now i cannot click on anything in the game.
Solution was to use a schedular in the callback to put some delay in disabling the node.

  1. EditBox : there are many issues.
    a. Numeric check doesnot work,
    b. we cannot differentiate between uppercase and smallcase input from keyboard (because you are using keydown event instead of keypress).
    c. in windows there are many issues.
    d. on enter press focus is lost
    e. we cannot directly change the value of edit box. We then used edTxt.value property in ccsg.EditBox to change the value.

  2. Fonts are not properly aligned in windows build.

  3. Undo works sometimes and sometimes it dosent
  4. Cannot change splash in android. (Feature)
  5. Cannot pass arguments for Button Click Methods (Feature)
  6. No option to set text shadow, outline effect (Feature)
  7. No support for plugins development for various platform. (Feature)
  8. webcrypto npm module doesnot work in android only (but works in ios, windows and web), Game doesnot even load , just a black screen.

Posts: 1

Participants: 1

Read full topic


Viewing all articles
Browse latest Browse all 17076

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>