article thumbnail

Cocos Creator 3.8 Post-Process Shader Writing (2/2) Advanced

Cocos

However, based on the BlitScreen solution, we can only write the simplest post-effect Shader. Today Kylin will use Gaussian blur to demonstrate how to write a multi-pass post-effect shader. To create, we create a Cocos Shader file named “gaussian-blur.effect” and write the following. Note: In Cocos Creator 3.8.0,

Shaders 98
article thumbnail

GSoC 2022 - Progress report #1

Mircosoft Game Dev

We asked them to write a progress report to present what they're working on and the current status. 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. Student: trollodel.

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

A day in the life of a narrative designer

Game Global

You should concentrate on building up your writing portfolio and getting regular game writing work. They’re related, but the difference is this: A game writer’s primary responsibility is to promote the story that the game tells through the scripts they write. Creative writing. Technical writing.

article thumbnail

New improvements for GPUParticles in Godot 4.0

Mircosoft Game Dev

GPUParticles : Processes particles on GPU, allows very large amount of particles at little cost, and with ability to write custom particle shaders. To solve this, it is now possible to emit particles manually by calling a function from the script API: Sub-Emitters. Emitting particles manually is not only possible from script.

article thumbnail

Project Structure - Guide to Cocos Cyberpunk Source Code

Cocos

In my previous post, I mentioned that I would be write a series of articles on Cocos Cyberpunk. 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. 7、scripts Store all of the gameplay scripts.

Code 52
article thumbnail

Navigation Server for Godot 4.0

Mircosoft Game Dev

Runtime navigation mesh baking. Now the NavigationRegion can be added during gameplay, and it's possible to change its transform or even bake the navigation mesh data at runtime. Remember to hit the button Bake NavMesh to bake the navigation data, as you used to do in 3.x! Collision avoidance support. Navigation Agent.

Agent 52
article thumbnail

Dev snapshot: Godot 4.0 beta 12

Mircosoft Game Dev

A couple fixes to the text resource loader which could impact notably reloading scripts ( GH-71170 ). Navigation: Fix for navmesh baking when parsing StaticBody colliders ( GH-70904 ). Rendering: Only disable depth writing in opaque pipelines ( GH-71124 ). Fix Tab key usage in the inspector ( GH-71271 ).

Beta 110