Built-in Effect

The engine provides a set of common built-in shaders, located in the internal -> effects directory of the Assets panel of the editor. Double-click a shader file to open it in an external IDE for viewing and editing (provided that Default Script Editor needs to be configured in Preferences -> External Programs).

Creator roughly categorizes built-in shaders into the following categories:

  • editor:In-editor tool shaders, such as gizmo. Users generally do not need to pay attention to these.
  • pipeline:Pipeline effects shaders, including deferred lighting, post-effects, anti-aliasing, and more.
  • util:Holds some loose built-in shaders, such as sequence frame animations.
  • Others are built-in shaders, please refer to the description below for details.

Built-in pipeline effect

pipeline effect

Effect namedescription
bloom.effectFull-screen bloom effect
deferred-lighting.effectLighting process in the deferred-rendering pipeline
planar-shadow.effectPlanar shadow
post-process.effectPost-processing
skybox.effectSkybox shader
smaa.effectSMAA Antialiasing
tonemap.effectEngine reserved

Built-in effect

built-in effect

Effect namedescription
builtin-billboard.effectBillboard
Billboard is a rendering technique that makes objects always face the camera, suitable for rendering trees, healthing point bars, etc.
builtin-camera-texture.effectcamera texture
builtin-clear-stencil.effectclear stencil cache
builtin-graphics.effectGraphics effect
builtin-occlusion-query.effectOcclusion query
builtin-particle-trail.effectTrail for particle system
builtin-particle.effectCPU-based rendergin for particle system
builtin-particle-gpu.effectGPU-based rendering for particle system
Please refer to Particle Renderer to understand the useage of these two effects
builtin-reflection-deferred.effectFor reflection handling in deferred-rendering
builtin-spine.effectEffect for spine skeleton animation
builtin-sprite.effectBuilt-in standard sprite effect
builtin-sprite-gpu.effectEngine reserved
builtin-standard.effectPBR
builtin-terrain.effectDefault terrain effect
builtin-toon.effectToon shading
builtin-unlit.effectUnlit
builtin-wireframe.effectWireframe effect