SHADERSOURCE.io
UE4 Marketplace PageYoutubeDiscord
  • SHADERSOURCE.io Documentation
  • FAQ Answers
    • Sales/Discounts
    • Platform Support
    • River Buoyancy & Branching River Tool Differences
    • Waterfall Tool and Waterfall Tool 2 Differences
    • [UE4] Asset Displaying Wrong
  • Support
  • Featured Assets
    • [FEATURED] Landscape Material Tool
    • [FEATURED] Waterfall Tool 2
  • Supported Assets
    • Branching River Tool
      • Changelog
      • How To Use
    • Fluid Interaction Tool
      • Changelog
      • How To Use
        • Demo Map
        • 1. Render Targets
        • 2. Materials
        • 3. Fluid Controller
        • 4. Fluid Component
    • Landscape Material Tool
      • Changelog
        • Changelog v2.0
      • How To Use (5.4+)
        • Quick Tutorial
        • Plugin Content
        • Landscape Material Tool Editor Mode
          • Material Tab
            • Valid Material
            • Convertible Material
          • Instance Tab
          • Layer Tab
        • Landscape Material Tool Project Settings
      • How To Use (Legacy 4.26-5.3)
        • Getting Started
          • UI Overview
          • Setting up a Landscape Layer
          • Creating a Landscape Material
        • Advanced Features
          • Advanced Landscape Layers
          • Advanced Landscape Material
        • Setting up Runtime Virtual Texture
        • Setup and Using Nanite Displacement
    • Level Palette
      • Changelog
      • How To Use
    • Poison Toxic Goo
      • Changelog
      • How To Use
    • Texture Tools
      • Changelog
    • Tropical Ocean Tool
      • Changelog
      • How To Use
    • Waterfall Tool
      • Changelog
      • How to Use
    • Waterfall Tool 2
      • Changelog
      • How To Use
        • Quick Tutorial (Simple Mode)
        • Waterfall 2 Actor
        • Plugin Content
        • Waterfall Tool 2 Editor Mode
          • Simple Tab
          • Advanced Tab
            • Paths
            • Meshes
            • Materials
            • FX
            • Bake
          • Debug Tab
        • Materials Reference
  • No Longer in Support
    • Procedural Water Foliage
      • Changelog
      • How To Use
    • Procedural FX Spawner
      • Changelog
      • How to Use
    • River Buoyancy Tool
      • Changelog
      • How To Use
    • Weather Tool
      • Changelog
      • How To Use
  • Coming Soon
  • BUY SHADERSOURCE PRODUCTS
    • Fab
  • SHADERSOURCE SOCIALS
    • Discord
    • YouTube
    • Rumble
    • Instagram
    • Twitter/X
    • LinkedIn
    • ArtStation
Powered by GitBook
On this page

Was this helpful?

  1. Supported Assets
  2. Texture Tools
  3. How To Use (5.4+)
  4. Quick Tutorials

Tutorial: Channel Packer

This documentation is for update 2.0+, applied to 5.4+.

Last updated 9 days ago

Was this helpful?

Pack your mask textures into one singular texture.

  • Full functioning texture packer with RGBA input slots

  • Choose which RGBA channel to input per texture

Open the Texture Tools via the SHADERSOURCE menu.

Add a Channel Packer Job to the queue.

Select the three-four textures to be blended together (click the texture input or use the button up the top to use the selected asset from the Content Browser).

  • TEXTURE A will be mapped to the Output Texture's Red channel.

  • TEXTURE B will be mapped to the Output Texture's Green channel.

  • TEXTURE C will be mapped to the Output Texture's Blue channel.

  • TEXTURE D will be mapped to the Output Texture's Alpha channel.

The status should change to Ready.

Texture D (Alpha) can be enabled or disabled as needed.

Select the channel from each Input Texture that you want to add to the Output Texture.

In this example:

  • Channel Slot A = G;

  • Channel Slot B = G;

  • Channel Slot C = B;

  • Channel Slot D = A (but is disabled).

This means that the Output Texture will use these channels:

  • The Output Texture's Red Channel = Texture A's Green Channel;

  • The Output Texture's Green Channel = Texture B's Green Channel;

  • The Output Texture's Blue Channel = Texture C's Blue Channel;

  • (If it were to be enabled) The Output Texture's Alpha Channel = Texture D's Alpha Channel.

Modify other parameters as needed.

Click Run.

The tool will now run the job and output the new texture to the Output Location. It will also export to disk if the Export option is selected.

When jobs are complete, clicking the button at the end of the Status bar will browse to the output texture in the Content Browser.