Cocos Creator v1.1.1 released!

Just updated and the KEYBOARD event listener (which was working just this morning before I updated) is not firing anymore. It seems the update broke it. Any idea what might be going on?

YES!!! You added Collider Component System, thank you so much for that!
I have been waiting for that to finish developing my mobile game!

Thanks Cocos Team, you guys did a really good job with this update!

currently with Cocos Creator 1.1.0, i canā€™t build on Android-studio

Ne-On:jsb-default raksa$ cocos compile -p android -m debug --android-studio
Building mode: debug
Using Android Studio project : /Users/raksa/Desktop/projects/cocos-creator/NewProjectFromExample/build/jsb-default/frameworks/runtime-src/proj.android-studio
/Users/raksa/Desktop/projects/cocos-creator/NewProjectFromExample/build/jsb-default/frameworks/runtime-src/proj.android-studio/app/project.properties is not found

Where can I find option to import project from cocos studio? I cannot find it. Whatā€™s ETA for c++ support?

Hi @slackmoehrle
Not sure if busy these days but plz look this post:

Just updated today, and touch stopped working in browser preview both on desktop and mobile. I guess the canvas or its parent wrapper my catch focusā€¦

UPDATE: it turned out that my cc.EventListener instance is paused by default, and it is not ā€œunpausedā€ anywhere. Moreover there is no ā€œpublicā€ method to unpause it, so i ended up calling _setPaused(false) private API in my codeā€¦

@slackmoehrle I would suggest to add this change in behaviour to breaking changes list

While reading the source code of the engine i found that comments in cc.EventListener may be wrong

/*...
`EventDispatcher::resumeAllEventListenersForTarget(node)` will set the paused state to `true`,
while `EventDispatcher::pauseAllEventListenersForTarget(node)` will set it to `false`.
*/

link to github

I am just starting to learn Cocos Creator and am working through the tutorial at this link:
http://cocos2d-x.org/docs/editors_and_tools/creator-chapters/getting-started/quick-start/index.html#making-stars
I was able to get the prefab stars to appear in version 1.0.3 but following the upgrade they no longer display.
I tried erasing the entire demo project and starting over, but the stars still donā€™t appear. I have made it to the end of the ā€œGenerate stars at a random positionā€ section where it says ā€œAfter saving the script, click the preview button. Then in the browser you will see that a star is dynamically generated after the game is started!ā€
What do I need to adjust to use the star prefab?

Where can I find option to import project from cocos studio?

Any planes to implement the bones animation editor into cocos creator ?

Does it support MacOS 10.10.5 ?
I downloaded http://cdn.cocos2d-x.org/CocosCreator_v1.1.0_20160531.dmg, opened .dmg, dragged CocosStudio to Applications and ran. It shows the error:
"
ā€œCocosCreatorā€ is damaged and canā€™t be opened. You should move it to the Trash.
"

Regards,
Valery.

You should update to 10.11.5.

Because it already canā€™t work 10.11.2 version.

I donā€™t have access to a 10.10 machine to test this, but I will ask the engineering team about os requirements.

@slackmoehrle
@ValeryKV
It worked on 10.10.4
So, no worriesā€¦
As I said earlier alsoā€¦ Just remove the old creator and download and install a fresh one only after removing the previous one. May be this can solve this issue.

@catch_up
I have never installed CocosCreator before. I have only installed Cocos and CocosStudio 2.
I planned to upgrade my Mac OS before, so I decided to do it today.

Could someone tell me how Cocos Creator compares to SpriteBuilder? Iā€™m very new to game development, and I was using a Make School tutorial on how to build a Flappy Bird clone with SpriteBuilder and Cocos2d/Swift to try to get a feel for it. But then I realized that SpriteBuilder seems to be dead (no updates in forever, and is not in the App Store anymore), so I donā€™t want to continue down that road if itā€™s a dead end. Creator looks like it might be the same kind of thing, but I canā€™t find any information (other than the sparse bit on this site).

Also, if Creator is a SpriteBuilder replacement/improvement, are there any similar tutorials that teach how to use it while making a game, like the Make School one? I saw the links to the sample games, and one of them is a Flappy Bird clone, but I donā€™t see any materials to go with it. I tried just downloading it and opening it in Creator, but when I try to run it, it opens a browser window that says there isnā€™t anything in the scene and asks me to add something.

Go with spritebuilder if you can code in ObjC or swift AND donā€™t want to wait for cocos creator to get mature.
Personally, cocos creator is right now at a point of playground where you can experiment with features that are rolling out now with time and can make only very few types of games and you would have to do everything with the code for the features that are not provided through creatorā€™s GUI.

For Spritebuilder, itā€™s old and features for building almost all (2D) games are already there.

1 Like

@catch_up
Hi,

I upgraded my iMac to 10.11.5, downloaded CocosCreator_v1.1.0_20160531.dmg, opened it, ran CocosCreator and got the error after during OS X verification process:
"
ā€œCocosCreatorā€ canā€™t be opened because the identity of the developer cannot be confirmed.
Your security preferences allow installation of only apps from the Mac App Store and identified developers.
"

What I did wrong?

Regards,
Valery.

@ValeryKV

Nothing, this is an Apple security measure to help prevent malicious software being installed. Cocos Creator isnā€™t Malicious, donā€™t worry :stuck_out_tongue: itā€™s just not in Appleā€™s database.

Resolution:

  1. Open OS X System Preferences > Security & Privacy
  2. On the ā€œGeneralā€ tab click the lock in the lower left corner to unlock the general preference pane
  3. Under ā€œAllow applications downloaded from:ā€, select the ā€œAnywhereā€ radio button

Be sure to reset the setting to itā€™s previous setting after you have installed Cocos Creator.

@ValeryKV

Yeahā€¦ by default Mac doesnā€™t allow the application to be installed which are not listed in Appleā€™s DB(actually the ones which are not installed through appstore or itunes). So, follow the steps told by @almax27

That would help.

Hi,

I have an OS X application that I sign with my certificate and I distribute it from my site. I do not upload it to AppStore. I have just downloaded it from my site, ran it and OS X tells nothing.

I checked the signature for CocosCreator: codesign -dvvv /Applications/CocosCreator.app/
Authority=Developer ID Application: CocoaChina (U7E7529TA5)

It is valid.
It is not clear why my signed application can be started, but signed CocosCreate cannot.

Why I got the error? Maybe I miss something?

Regards,
Valery.