Alice Material Tool

Helo - Code Plugins - Jun 11, 2024

Alice Material Tool is an engine editor toolkit designed to expedite the process of material creation and modification.

  • Supported Platforms
  • Supported Engine Versions
    5.3 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Alice Material Tool is an engine editor toolkit designed to expedite the process of material creation and modification.

It provides three editor tools along with their corresponding blueprint nodes. Users can utilize these tools either through the editor interface or directly call the same functionality through blueprints.


  • Merge Textures Tool: The Merge Textures tool is used to combine up to four different Texture2D texture channels into a new Texture2D texture asset.
  • Advanced Create Material: The Advanced Create Material tool is used to automatically create a material instance asset from selected multiple textures.
  • Advanced Replace Parent: Advanced Replace Parent is used to systematically replace the parent material of material instances while preserving the parameter settings of the instances as much as possible.


Documentation(Github): https://github.com/Helooooooooo/AliceMaterialToolDocument

Documentation(ZhiHu): https://zhuanlan.zhihu.com/p/702799508


Technical Details

Features:

  •  Three editor tools designed to expedite the process of material creation or modification.
  •  Blueprint nodes implemented to achieve the same functionality as the tools.
  •  Customizable tool presets.
  • Automatically remembering the user's previous tool settings to enhance usability and convenience.


Code Modules:

  •  AliceMaterialTool (Editor)


Blueprint Nodes: 6

Number of C++ Classes: 8

Network Replicated: No

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64


Important/Additional Notes: None