Cocos Creator v3.0 released!

Cocos Creator v3.0 is finally here!

After the v3.0 preview was released, the engine team received a lot of enthusiastic feedback from developers, this feedback really helped to increase the team’s motivation to release an amazing product. Creator v3.0 unifies the development workflow of 2D and 3D, taking into account the development experience from light and heavy games, and integrates almost all the functions of Creator v2.x and Creator 3D 1.x. v3.0 now encompasses these versions under a single umbrella.
v3.0 has been further optimized in performance, improved quality, and introduces more features, such as access to the native runtime of Spine and DragonBones, support for the use of NPM libraries, and refactored the Prefab system and UI System and many other contents.

Downloads

Dashboard for MacOS

Dashboard for Windows

All downloads for Cocos Creator v3.0

Cocos Dashboard

The Cocos Dashboard serves as a unified downloader and launch portal for Cocos Creator and Cocos Creator 3D engines. Everyone can upgrade and manage multiple versions of Cocos Creator. In addition, unified project management and a creation panel is integrated, which is convenient for everyone to develop projects with different versions of engines at the same time.

690x462

Manage projects developed under different versions:

690x462

Developer’s can choose to use a different version of Cocos Creator when creating a new project:

What’s new

v3.0 uses a new future-oriented engine architecture, which will bring high-performance, data-oriented and load-balanced renderers to the engine, and seamlessly support Vulkan, Metal & OpenGL ES multi-backend rendering. In the future, we also plan to support mobile VR/AR and some of the desktop & console platforms. Below is a brief introduction to core features of v3.0.

Powerful editor features

The integrated editor brings a lightweight and easy-to-use creative experience. Cocos Creator v3.0 is refactored, expanded and upgraded on the editor framework that Cocos Creator 2.x has used for many years.

upload_bc3d71ba6dd26a87d46e98c76f408e5a

  • Brand new interface design, more concise and clear.
  • Resource system upgrade, enhanced support for super large projects, more efficient and reliable.
  • Code isolation between modules, pure message-driven, more stable.
  • The extension system is completely modularized to welcome a more powerful plug-in mechanism.

One-click access to Cocos’s quality services

Cocos Creator v3.0 provides one-click access to various high-quality services officially launched by Cocos, improving development efficiency and launching more high-quality content. Cocos will continue to launch additional and improved services.

upload_ca47dfbea206f754b23ead70011f1e71

Brand new Prefab system

Creator v3.0 re-implements the Prefab system with features such as:

  • Support Prefab automatic synchronization.
  • Prefab instance can overwrite attributes in Prefab resource.
  • Support Prefab nesting.

upload_739a071cc336826394bceac95c732c1f

Build system

Build content caching

After building, Creator v3.0 will cache most of the build content, including resources, compressed textures, automatic atlas, engine code, etc. In the subsequent build, if nothing has changed, the cached content will be used directly to speed up the build and improve efficiency.

Task-based build list

The build and publish will be carried out in the form of build tasks, saving the configuration, status, log, etc. of each build, making it easy to switch build tasks and view historical configurations.

build

Compile and generate separately after build

The generation stage of each mini game platform is extracted, allowing to modify the content of the file after build to regenerate rpk/cpk.

Build process hooks

The build extension support adding hooks before and after compilation to customize the build process.

Support Asset Bundle

Creator v3.0 uses Asset Bundles as a resource modularization tool. Developers can build textures, scripts, scenes and other resources into multiple Asset Bundles, and then load them on demand during the game’s running process, thereby reducing the time required to download and load the game for the first time. Asset Bundles can be placed freely as required, for example, they can be placed in remote servers, local, or sub-packages of small game platforms, or they can be reused across projects to load Asset Bundles in sub-projects.

Splash Screen

It supports setting up Splash Screen during construction, which is used to display a cutscene before the game starts, and optimize the startup speed of the first screen.

GameView

GameView is a game running panel embedded in the editor. Developers can run the game directly in the editor without opening the browser preview. In addition to a more seamless development experience, debugging and modifying element states in real time through the scene editor or other panels during the game running process, making game development more efficient!

ezgif.com-resize

Extension

Powerful extension system

Cocos Creator v3.0 has a more powerful extension system. Almost all internal modules of the editor are built with extension system. You can quickly create your own extensions in the extended menu to achieve the customizations you want. In addition, Creator v3.0 also provides an extension manager, which can easily manage the operation and uninstallation of all extensions.

extension-plugin

Message communication

Extensions can use IPC messages to communicate with other extensions or the editor core, and quickly and easily use the capabilities provided in the editor. Cocos Creator v3.0 also provides a message manager, which can clearly see the functions currently provided in the editor, reducing the threshold for extension development.

640

Animation Editor

The Animation Editor is an important module that we have been continuously optimizing. In addition to standard displacement, rotation, zoom animation and sequence frame animation, this animation system also supports driving arbitrary component attributes and user-defined attributes, plus it can be edited at will The time curve and innovative movement trajectory editing functions allow content producers to produce various dynamic effects without writing a line of code, and drive the game logic at will.

640-2

animation

In addition to regular operations, the v3.0 Animation Editor also provides the following shortcut operations to help game developers achieve the desired content:

  • Batch key frame interval adjustment.
  • Copy and paste across node tracks.
  • Indirect attributes (such as material attributes) keyframe editing.
  • Directly select resources and directly edit key frame data in the animation editor.
  • Multi-select key frame zoom, move and delete.
  • Support multi-select nodes to add attribute tracks in batches.
  • Support copy and paste all animation data on the node.
  • Support shielding no key frame nodes and search nodes.
  • Support editing component tracks.
  • Support to adjust the layout of the animation editor.

A more complete tool chain

  • Support model preview.

    • After selecting the model in the editor, you can preview the model resources in all directions, and you can also view various textures used in the default materials.
  • New version of FBX importer.

  • Support the import of glTF resources, support khr-draco-mesh-compression, sparse accessor.

  • Support animation cutting.

  • Provide Mesh Optimizer tool.

  • Model import support quantized joints/weights.

    model-preview

Terrain Editor

Convenient terrain system to quickly draw terrain textures. Terrain editing mainly includes three major functions: Manage, Sculpt, and Paint. It also supports Normal Map, PBR material and custom material.

upload_ce452126b90b042787085b8ddad4cb00

Built-in baking system

Baking is the process of generating light maps by pre-calculating the influence of light sources on objects and shadows projected with very high level of details. The light maps are then applied to the scene in runtime very efficiently, which can greatly improve the graphics quality of static scenes.

640

Configuration

Visual macro configuration

Provides a shortcut to modify the engine macro configuration. The configured macro will take effect during preview and build. At the same time, the default value of the current macro configuration will be updated with the configuration of the custom engine.

Batch configuration of compressed textures via presets

Support for adding compressed texture preset configuration, which is used to quickly configure the compression method of texture. After setting presets for image assets, you can also directly modify the presets to update the configuration for corresponding textures all at once, which greatly facilitates the overall management of the project.

compress-texture

Support 2.x project migration

In order to facilitate the upgrade of 2.x users, we provide a project migration plugin in 3.0, which can migrate projects above version 2.4.3 to version 3.0.0. This tool will support the perfect import of old project resources and the auxiliary import of code. Code-assisted import will convert js into ts, add component type declarations, attribute declarations and function declarations. The references of components in the scene will be preserved, and the code inside the function will be imported in the form of comments, which can reduce the developer’s upgrade Difficulty. However, there is still a big difference between the 2.x API and 3.0. We use deprecation and removal mechanisms to make runtime warnings as much as possible. But developers still need to make a lot of adjustments to the code in order to upgrade to 3.0 perfectly.

import-project

Powerful engine features

Cocos Creator v2.4 is very powerful in 2D rendering, while Cocos Creator v3.0 allows developers to make more beautiful 3D games. We have integrated the advantages of the two in 3.0, and fully support various functions of 2D and 3D. Whether 2D or 3D, 3.0 will meet your needs.

Rendering system

As the core module of the game engine, the rendering system plays a vital role and directly determines the content that the game can output to the player. An excellent rendering system must also take into account various platforms and smooth the differences between platforms. The rendering system of Cocos Creator v3.0 aims at future-oriented, high-performance, and cross-platform from architecture to design, which greatly improves rendering capabilities and robustness.

  • Supports multiple rendering backends of Metal, Vulkan, WebGL 1.0, WebGL 2.0, GLES2, GLES3, and provides a unified GFX graphics API layer to the rendering pipeline layer.

  • The GFX API design close to the modern graphics API helps the rendering pipeline layer to release the performance and possibilities provided by the modern graphics API as much as possible.

  • Built-in forward rendering pipeline, support user-defined rendering pipeline.

  • Physically based light sources, cameras and materials help developers use industrialized processes to create the most realistic visual effects.

    640

  • Supports GPU Instancing batch optimization, which is suitable for drawing a large number of dynamic models with the same mesh, and supports instancing batches of models containing skeletal animation calculations.

    640

  • Support global fog effect.

    640

  • Powerful native renderer, using memory sharing mechanism to reduce JSB calls and speed up data access.

  • Support ASTC, ETC, ETC2, PVR and other compressed textures.

Light and Shadow

In the 3D world, light and shadow have always been extremely important components. They can enrich the environmental performance, and good quality shadows can achieve a fake effect and make the whole world more three-dimensional.

  • Physically based light source.
    Cocos Creator v3.0 uses optical measurement units to describe light source parameters. Based on optical measurement units, we can convert all the relevant parameters of the light source into physical values in the real world. In this way, the designer can adjust the light intensity, color, range and other information according to the actual lighting industrial parameters and the actual physical parameters of the real environment, so that the overall lighting effect and light attenuation are more in line with the real natural environment.

    light

  • Multi-light support based on multi-pass.

  • Support high-performance flat shadow Planar Shadow.

  • Directional light and spotlight dynamic shadow based on Shadow Map, support PCF soft shadow and GPU Instancing.
    shadow

Particle System

The particle system is the basis of the special effects of game engines. It can be used to simulate natural phenomena such as fire, smoke, water, clouds, snow, and fallen leaves, and it can also be used to simulate abstract visual effects such as luminous trajectories and speed lines. Good particle effects can make the game screen more stunning.

640

  • Support up to dozens of module settings, and support various types of curves, constant changes.

    particle-system

  • Support GPU particles, greatly improving rendering performance.

  • Support Cocos traditional 2D particles.

Material System

As a resource, material determines the rendering effect of the attached object. Almost all the rendered effects in the game are inseparable from the material. As a basic module, the material system provides a solid foundation for the superstructure.

  • Built-in physical-based standard materials.

  • Support Cocos Effect.
    The Cocos Effect based on YAML and GLSL designed by Cocos is a single-source embedded domain specific language(single-source embedded DSL). The YAML part declares the flow control list, and the GLSL part declares the actual Shader fragment. The above complement each other and together constitute a complete rendering process description.

  • Support more than 32 Effect macro definitions.

  • Cocos Effect compiler automatically removes invalid codes.

  • Support importing Effect header files.

  • Effect’s resource panel now supports previewing the compiled Shader code, and supports visual editing of each Define of the Shader.

  • Support material preview.

    material-preview

Middleware

  • Support TiledMap.

    640

  • Support Spine, DragonBones.

  • Support Spine, DragonBones and TiledMap rendering in 3D scene (need to customize material to control depth detection).

    106439178-5d777c00-64b2-11eb-9e43-565c1747b5cd

Skeleton Animation System

Cocos Creator v3.0 has a built-in general animation system to display animation based on key frames. In the editor, we can easily produce key frame animation clips. We can also support importing skeletal animations already contained in external FBX and glTF resources. These animations can be edited in the resource manager. Animation effects can be previewed in the animation editor, animation event triggers can be added, and animation system APIs can be used. You can also freely control the animation playback.

WeChat-Image_20201015173641

In addition, we also support the following features:

  • CPU or GPU driven skeletal animation, can be switched freely.

  • Supports the fusion transition of animation (CPU driven).

  • Use binary format to store skeletal animation to reduce file size.

  • Support two components: general animation and skeletal animation.

  • Support material sub-attribute animation such as Uniform.

  • Support CPU driven Morph Target (Blend Shape).

Script system

The project development of Cocos Creator v3.0 has fully turned to TypeScript, and JavaScript is no longer supported in the project except for plug-in scripts in JavaScript or NPM modules. TypeScript support has been improved in v3.0:

  • Embrace ES6 and TypeScript, complete code hints and automatic import.

  • Attributes support independent type decorator: @integer, @float, @string, @boolean, @type etc…

  • Support Async Await syntax.

  • Optional Chaining support.

  • Nullish Coalescing support.

  • Certain circular reference behaviors will be detected and warned during operation.

  • Added core-js polyfills to help some low-end platforms complete ES6 support.

  • Support loose compilation mode, which can reduce package body and optimize performance.

  • Support using NPM modules.

  • Subdivide engine modules, allowing more detailed module removal.

    feature-crop

UI system

Cocos Creator v3.0 continues the 2.x UI design, and further optimizes and upgrades, including the following:

  • Flexible and concise 2D rendering and UI interaction, layout components, support 20 kinds of components including Sprite, Label, Button, Widget, etc. You can use these basic components to combine various types of UI effects.

  • Support static batching.
    The engine provides the UIStaticBatch component. UIs that do not require frequent changes can use this component to cache rendering data, thereby reducing rendering consumption and improving performance.

  • Support dynamic image combining at runtime, reduce the number of drawcalls, and optimize performance.

    upload_6390502ea1a767d7a1613dd851a38b5e

  • Merged the UI rendering process and the forward rendering process, allowing 2D and 3D rendering components to be mixed, and rendering visibility is completely determined by the node Layer and camera Visibility.

Physics

Cocos Creator v3.0 currently has a built-in lightweight collision detection system Builtin and a physics engine cannon.js with physical simulation, as well as a powerful bullet compiled into asm.js/WASM version ammo.js, and provides users with an efficient componentized workflow and convenient usage.

  • Support multiple physical backend options, including ammo.js, cannon.js and more lightweight builtin physical.

  • Support WeChat mini games using WASM physical backend, which can achieve higher performance on iOS.

  • Physics system supports fixed step refresh.

  • Support physical materials.

  • Supports a variety of practical collision bodies including simple shapes, cones, planes, terrain, capsules, cylinders, static mesh collision bodies, etc…

    640

  • Support point-to-point and hinge constraint components.

  • Mesh collider adds convex hull approximation function.

    640

  • Support traditional Creator 2D physics and collision system.

In a near future, we will provide builtin PhysX backend on native platforms, which will greatly improve performance and physics capabilities.

Detailed changes (compared to Creator 3D)

Editor

  • [3.0 NEW FEATURE] New FBX importer.

  • [3.0 NEW FEATURE] supports loose compilation mode when compiling.

  • [3.0 NEW FEATURE] Terrain supports normal map and pbr material.

  • [3.0 NEW FEATURE] supports EditBox in GameView mode.

  • [3.0 NEW FEATURE] supports code removal according to pre-compiled macros when compiling project scripts.

  • [3.0 NEW FEATURE] supports removing deprecated compatible codes during the build process and reducing the package body.

  • [3.0 NEW FEATURE] Brand new Prefab system, supports Prefab nesting.

  • [3.0 NEW FEATURE] The terrain system supports the use of custom brushes and normal map settings.

  • [3.0 NEW FEATURE] Support resource package import and export function.

  • [3.0 NEW FEATURE] native platform supports script encryption.

  • [3.0 NEW FEATURE] Added Huawei AGConnect build platform.

  • [3.0 NEW FEATURE] Added Huawei quick game debugging tool.

  • [3.0 NEW FEATURE] supports access to Cocos Service.

  • [Sync 2.x] supports simulator preview.

  • [Sync 2.x] supports publishing LianShang mini game platform.

  • [Sync 2.x] supports publishing interesting headlines game platform.

  • [Sync 2.x] supports building Android Instant.

  • [Sync 2.x] supports the new version of serialization mechanism.

  • [Sync 2.x] Asset Bundle support.

  • [Sync 2.x] supports engine module removal during preview.

  • [Sync 2.x] editor supports importing JSON resources.

  • [Sync 2.x] editor supports importing text resources.

  • [Sync 2.x] editor supports importing LabelAtlas resources.

  • [IMPROVE] Upgrade electron, computer that supports M1 chip.

Engine

  • [3.0 NEW FEATURE] supports using NPM library.

  • [Sync 2.x] supports Tiledmap.

  • [Sync 2.x] supports Spine.

  • [Sync 2.x] supports DragonBone.

  • [Sync 2.x] supports MotionStreak.

  • [Sync 2.x] supports WebView.

  • [Sync 2.x] supports VideoPlayer.

  • [Sync 2.x] supports 2d physics and collision system, including box2d and builtin.

  • [Sync 2.x] supports Asset Manager resource management.

  • [Sync 2.x] supports LabelShadow.

  • [Sync 2.x] supports SafeArea.

  • [Sync 2.x] Mask supports image stencil.

  • [Sync 2.x] audio supports multicast.

  • [Sync 2.x] supports dynamic picture combination.

  • [IMPROVE] UIMeshRenderer supports receiving parallel light.

  • [IMPROVE] remove cc.Class() style declaration.

  • [IMPROVE] Reconstruct 3d physical collision matrix. The collision matrix is ​​only used to initialize the grouping and mask of rigid bodies. It is no longer maintained and updated, and the Use Collision Matrix configuration item is abolished.

  • [IMPROVE] Refactored 3d rigid body, removed RigidBody.isKinematic, added RigidBody.type to set the rigid body type, removed fixedRotation, and replaced it with angularFactor.

  • [IMPROVE] UI supports custom materials.

  • [IMPROVE] Optimize UI system performance and reduce the number of drawcalls.

  • [FIX] Fix Safari 14 performance issues.

  • [FIX] Fix the problem of Button component Scale setting abnormal.

  • [FIX] Fix the problem that the lightPassIdx of submodels are consistent and cause rendering errors.

  • [FIX] Fix the problem that the terrain collider does not match the rendering effect after the node is zoomed.

  • [FIX] Fix the problem of reporting errors when calling the view.setFrameSize interface.

  • [FIX] Fix the problem that setting the label alignment of EditBox component is invalid when InputMode is not ANY.‍‍‍‍‍‍‍‍‍

Mini Game

  • [3.0 NEW FEATURE] supports a new subdomain scheme.
  • [3.0 NEW FEATURE] supports WeChat mini games to use wasm physical backend.

Native

  • [3.0 NEW FEATURE] Support Metal rendering backend.
  • [3.0 NEW FEATURE] supports Vulkan rendering backend.
  • [IMPROVE] further reduces jsb calls and optimizes performance.

Known Issue

  • The Vulkan backend on Android currently has performance issues, to be fixed in a future version.
  • On a machine with M1 chip, an error will appear when compiling the ios simulator, you need to manually change arch to arm64, which will be fixed in subsequent versions.
  • Android does not currently support the release of x86_64 architecture.
  • The native platform does not currently support freetype for text rendering.
  • Button component does not currently support enable auto gray effect option.
  • It is currently not possible to create components, delete components, delete sub-nodes, and adjust the order of sub-nodes for Prefab instances in the scene. It is recommended to perform these operations in the Prefab resource.
  • Nodes outside the prefab hierarchy currently cannot reference nodes or components in Prefab.
  • When the terrain’s size is not by n*n, the baking process will fail.
  • Upgraded old project from v2.x might have property referencing issue in prefab data, please refer to this topic for detailed information and fix.

Breaking changes

  • The built-in effects of the engine source code are uniformly changed to a different naming rule from the editor resources. If an effect is not used at all in the project scene, it will not be obtained by using the effect name in the script (such as builtin-unlit, etc.). It is recommended that when developers need to create materials programmatically, they should uniformly expose the effect asset as the property of the script, mount it in the scene, and then directly pass in material.initialize.
  • The editor HOME directory has been switched from \~/.CocosEditor3D back to \~/.CocosCreator, and the plugin directory has been renamed from packages to extensions. Plugins after 3.0 will be stored in \~/.CocosCreator/extensions and PROJECT/extensions.
  • The original subdomain plan is no longer applicable, please switch to the latest subdomain plan.
  • No longer supporting JavaScript, only TypeScript.
  • cc.global variables are no longer supported, please use module import.
  • The 2D node will now strictly judge whether it can be rendered according to the visibility of the layer and the camera. If multiple cameras exist, there may be repeated rendering, and the layer of the node needs to be re-adjusted.
  • Refactored physics events. Events between static rigid bodies are no longer supported. It is recommended to add a Kinematic or Dynamic rigid body component to the corresponding node of the collision body that monitors the event.
  • Unable to upgrade to the Prefab of the new Prefab system, it will break the relationship and restore to a normal node.

API update (relative to Cocos Creator 3D)

  • The name of the physical material type has been changed.

    Creator 3D v1.2 Creator v3.0
    PhysicMaterial PhysicsMaterial
  • Some type names and method names under the geometry space have been changed.

    Creator 3D v1.2 Creator v3.0
    line Line
    plane Plane
    ray Ray
    triangle Triangle
    sphere Sphere
    aabb AABB
    obb OBB
    capsule Capsule
    frustum Frustum
    MorphModel models.MorphModel
    ray_aabb rayAABB
    ray_plane rayPlane
    ray_triangle rayTriangle
    ray_sphere raySphere
    ray_obb rayOBB
    ray_capsule rayCapsule
    ray_subMesh raySubMesh
    ray_mesh rayMesh
    ray_model rayModel
    line_plane linePlane
    line_triangle lineTriangle
    line_aabb lineAABB
    line_obb lineOBB
    line_sphere lineSphere
    aabb_aabb aabbWithAABB
    aabb_obb aabbWithOBB
    aabb_plane aabbPlane
    aabb_frustum aabbFrustum
    aabbFrustum_accurate aabbFrustumAccurate
    obb_point obbPoint
    obb_plane obbPlane
    obb_frustum obbFrustum
    obbFrustum_accurate obbFrustumAccurate
    obb_obb obbWithOBB
    obb_capsule obbCapsule
    sphere_plane spherePlane
    sphere_frustum sphereFrustum
    sphereFrustum_accurate sphereFrustumAccurate
    sphere_sphere sphereWithSphere
    sphere_aabb sphereAABB
    sphere_obb sphereOBB
    sphere_capsule sphereCapsule
    capsule_capsule capsuleWithCapsule
  • Some platform variables under sys have been changed.

    Creator 3D v1.2 Creator v3.0
    BAIDU_GAME BAIDU_MINI_GAME
    VIVO_GAME VIVO_MINI_GAME
    OPPO_GAME OPPO_MINI_GAME
    HUAWEI_GAME HUAWEI_QUICK_GAME
    XIAOMI_GAME XIAOMI_QUICK_GAME
    JKW_GAME COCOSPLAY
    ALIPAY_GAME ALIPAY_MINI_GAME
    BYTEDANCE_GAME BYTEDANCE_MINI_GAME
  • The Canvas component no longer has properties such as clearFlag, color, priority, targetTexture, visibility, etc., please get it directly through the Camera component referenced by the Canvas component.

  • Some components related to 2d have been renamed.

    Creator 3D v1.2 Creator v3.0
    UIRenderable Renderable2D
    UIDrawBatch DrawBatch2D

Upgrade guide

In order to ensure the smooth transition of the existing Cocos Creator 2.4 project, we will use 2.4 as the LTS (long-term support) version and provide continuous updates for the next two years! In 2021, 2.4 will continue to be updated, providing bug fixes and new mini-game platform support, as well as Apple Silicon (M1) chip support. In 2022, we will continue to provide developers with 2.4 key issue fixes to ensure the smooth operation of online games! therefore:

  • Existing 2.x projects can continue to develop without compulsory upgrade to 3.0.
  • For new projects, it is recommended to use version 3.0 for development. We will continue to optimize the development experience and operating efficiency of 3.0 to support the smooth launch of heavy games of different categories such as 2D and 3D.

The original Cocos Creator 3D, as a branch version of Creator, has been iterated in China for a year, and has successfully launched major projects such as Starry Sky Battle and The Strongest Magic Fighter! After 3.0 is released, Creator 3D will also be included in 3.0, and existing 1.2 projects can be directly upgraded. Therefore, Cocos Creator 3D will not release a separate version in the future, and we hope developers using Creator 3D versions to be noticed.

Although we do not recommend projects under development, especially those that are about to go online, to upgrade to 3.0, we will still launch 2.x resource import tool in the 3.0 official version. If the existing project needs to be upgraded for special reasons, and you encounter technical or workload difficulties, you can also contact slackmoehrle@cocos.com for assistance!

Installation methods

  • If Cocos Dashboard is not installed, please go to the official website and click Download Dashboard.
  • Open Cocos Dashboard, click Download in the editor column, and click the download button on the right side of the latest Cocos Creator v3.0.0.

Reference documentation

Conclusion

The above is the update instructions for Cocos Creator v3.0 version.

640

Powerful and easy-to-use editing functions, easy-to-use and streamlined editing functions, perfect platform support, png, and full-featured, convenient and easy-to-use editing functions, making Cocos Creator the first choice for more and more developers to develop games. We will continue to improve features and platform services to help developers enter the game market more easily and develop successful games at lower costs. If you encounter any problems during the use of version 3.0, please feel free to submit feedback to the forums.

In addition, if you plan to use v3.0 to establish a project to develop a native heavy game, please e-mail slackmoehrle@cocos.com. You will have the opportunity to receive official Q&A, project establishment assistance, engine customization and other services.

10 Likes

Awesome stuff, thank you!

Awesome work. Thanks a lot!

Awesome! I hoped this will be done for native because it’s soo good…

Hope this is high on the priority list. Working around that is pretty cumbersome at the moment.

Other than that, wonderful update. I knew it was a good idea to invest my time into CC
when I heard that v3 was coming and the preview was out.

The API changes are extremely well done and thoughtful.

The move to TS is golden and the main reason I even considered CC. (My guess is a lot of other people will do so as well…)

1 Like

We’ve been waiting for this , Thank You !!!

Hi, how to build Facebook Instant Game in CC v3.0? Thank you in advance!

1 Like

Hm, is it a bug or feature? I hope a bug …

In a previous version i was able to start the editor without a internet-connection ! Now it is not possible anymore. It is a no go, for CC users / the whole community to push someone in this direction !

Please tell us, if this will be fixed in a new update. Thank you.

If Cocos Creator detects no internet connection, it will go ahead and proceed to the editor. An internet connection is needed for the most part as we are starting to build up the Cocos Store. It’s been pretty active in China, but we’re working to make it more international. This will require an account for purchases.

It’s currently removed due to Contract termination and lack of use (total build portion).

You should be able to use it without connection, we will look into it

I confirmed with the team, you should be able to enter the editor without problem, where did you get stucked ? Normally each step have a skip button

1 Like

I’ve been told that will be fixed in the 3.0 release :confused:

image

@CocosMarketing , @pandamicro
Thx for clarification. I will check this ! (Than i will write here again, to confirm)

Sure, everybody like an (Cocos)“Store”. And of course i will buy usefull things for my needs (as i did also in Unity too). But just please let the people have access to the editor, when there is no connection available. Otherwise its useless (in real development conditions).

So, leave some decisions to the user. Users should be able to have a “enter offline” or “log in” option.

I tested it now. I can confirm there is a “Skip” button which appear, if you are completely discntd. to your i-net.

So if you are connected, no login-“Skip”-button will appear. I need to say: make the Skip button always availiable please. Super time consuming process ! Thank you.

And for the Cocos-Store, you can make a small login-popup which appear when you are at this point to buy something inside the store. Or if some dependencies are needed from the servers: just a small login-popup appears and you are in. Thats it. I see no prob here. Much more convenient.

1 Like

Hi all!

Cocos Creator 3 looks very interesting to me so today i installed it along with the Cocos Dashboard. I experience a couple of strange issues with my fresh and clean installation:

  1. Very annoying sudden viewport crash with no reason. It does work fine for a short time and then just turns completely empty.viewport_crash

  2. It refuses to delete assets showing the processing spinner forever.
    delete_assets

  3. If i preview my scene, it shows blank screen. The result doesn’t depend on a chosen device. Same thing in the GameView. Even though there is something in camera previewer in the editor.
    preview_in_browser

How can I fix this? I use Cocos on my laptop with nVidia GeForce 540M with Windows 8.1 (other major engines run with no problems on it).

Don’t know where to direct this issues to. Hope it won’t brake the rules and there is a simple workaround for this issue.

Thanks a lot!

1 Like

@slackmoehrle, I have been trying out the preview version. It seems concrete and I also saw the documentation were updated as well. No doubt that the cocos team has been doing amazing work. Thanks a lot.

The only thing we are lacking are some tutorials in English.
It would be immensely helpful. And would make it easier for others to get their hands on with the engine.

A little bug - if you don’t have anything in assets when you open your project, trying to search or filter the Assets so you can find something in the internal folder produces a [Window] Cannot read property ‘length’ of undefined error. After creating some asset, the searching works (even after deleting the created asset).

I don’t know if this version supports build-templates for native (android and ios)?

Now I created a task in our issue tracker, truly sorry for missed translation in Editor, we know how important this is.

Good suggestion, the store login and editor is not fully decoupled so it’s probably not possible currently but definitely worth consideration @jare

Strange, is there any console error log ? Seems webgl is down

This could related to camera visibility and node layer, make sure your cube is visible by the Camera

we can confirm this issue and will be fixed in new versions

In 3.0 you have an engine folder in your publish destination which include all cmake files, you can customize your project with that

Why typescript only?

Hi pandamicro. Thanks for the reply. It does look like WebGL problem. What causes this problem and how can i fix it?
webgl_context_01 webgl_context_02

Also i can’t make my script to work. I have the simplest behavior possible in the script - changing position in the Update function, but nothing happens on preview. The script is attached to my object, the property is visible in the inspector and the object is now visible by camera on previews. I’ve gone through the awesome documentation. Am I missing something?
script

I’ve tried both position.set() and setPosition() methods with no result.
script_02

P.S. Should i move this conversation to a separate topic?