article thumbnail

Cocos Creator 3.7.1 Released

Cocos

Developer Notes Engine Add more API docs (engine#13937, engine#14079, engine#14088) [Optimize] add image asset’s zh i18n (engine#14108) [Optimize] Add pointerlock function for mac platform (engine#14187) [Pipeline] enable custom pipeline in the editor (engine#14084) [Pipeline] add native pipeline ubo uploading (engine#14061) [Pipeline] Fix web-pipeline (..)

article thumbnail

Cocos Creator 3.7.3 comes with an update to Cocos Effect

Cocos

Fixed Toon shader data issue on iOS Wechat. Fixed the issue of failed compression after configuring Custom Compress Format for texture in the project protocol program ● Fixed the Add Component button not showing in the Inspector panel after exiting animation editing mode. Fixed various issues when editing multiple selected nodes.

Terrain 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Introducing the new "last minute" lightmapper

Mircosoft Game Dev

This generally works and looks pretty, but it's quite shader intensive, which makes it not work on mobile or low end GPUs. The biggest challenge of this workflow is not the lightmap itself, but the fact that it should be easy to use (which is Godot's #1 design priority). The smaller this value, the bigger the lightmaps will be.

article thumbnail

Project Structure - Guide to Cocos Cyberpunk Source Code

Cocos

2、LightFX The lightmaps generated by the Lightmap Baking System will be automatically stored in this folder, and there is no need to manually modify the contents inside it. including animations,effects,models,shaders,ui,sounds and so on. Then, click on Edit checkbox, you can see the pipeline window shown as follows.

Code 52
article thumbnail

Godot 3.3 has arrived, with a focus on optimization and reliability

Mircosoft Game Dev

Improved Inspector sub-resource editing. New vertex formats allow many more custom shaders and cases to take advantage of batching than before, and optional 2D software skinning has been added which should allow using 2D skeletal animation on a far wider range of hardware than was previously available. Editor: Node copy-pasting.

article thumbnail

Cocos Creator 3.7.2 Focuses On Optimized Rendering And Lighting Capabilities

Cocos

When the user turns on high-precision lightmap baking, 16-bit colors are used instead of 8-bit colors, and AO channels are baked separately. Still, the disadvantage is that it will increase the lightmap package. New and standard-material will default to Surface Shader.

Render 52
article thumbnail

GSoC 2022 - Progress report #1

Mircosoft Game Dev

Like in previous years, Godot is participating again in the Google Summer of Code program for its 2022 edition. Project: Allow undocking the Script editor and the Shader editor. In this project, I'll focus to make the Script editor and the Shader editor undockable, and keep the undocked windows after editor restarts. PR: #62378.