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
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 solution to these problems is to add support for a more traditional lightmapper (pre-baked light texture). Just cover the scene with the volume, as you do with GIProbe: Finally, just press the big BAKE button.

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

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. including animations,effects,models,shaders,ui,sounds and so on. as its component.

Code 52
article thumbnail

Godot 3.5: Can't stop won't stop

Mircosoft Game Dev

The new NavigationServer adds support for obstacle avoidance using the RVO2 library, and navigation meshes can now be baked at runtime. Asynchronous shader compilation + caching (ubershader). A long awaited improvement to reduce shader compilation stuttering on OpenGL is coming to Godot 3.5, courtesy of Pedro J.

Shaders 53
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

Editor • Support baking high-precision lighting maps to get a better baking effect. 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. Improvements • Move the Light Bake entry from the top item settings menu to the panel menu. •

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.