Update Home
parent
28852ea461
commit
9245e997ae
33
Home.md
33
Home.md
@ -1 +1,32 @@
|
||||
Welcome to the Wiki.
|
||||
# Image Processing Graph Tool
|
||||
|
||||
The **Image Processing Graph Tool** is a powerful editor tool designed to help manage and process packed textures within Unity, especially when porting assets across different platforms or projects. The tool enables you to visually design graphs where each node represents an operation on a texture or asset. This is particularly useful for tasks like unpacking, optimizing, or reformatting textures to meet specific platform requirements.
|
||||
|
||||
With the **Image Processing Graph Tool**, you can streamline workflows by managing multiple packed textures in a single, visual interface. This allows for easier processing of complex texture setups and simplifies the task of porting assets between different platforms, ensuring that textures maintain their integrity across various systems. By using nodes to manipulate textures, developers can automate and customize the process of converting, optimizing, and organizing texture data, making it a valuable tool for large-scale asset management.
|
||||
|
||||
---
|
||||
|
||||
# Unity Package Manager Installation Tutorial
|
||||
|
||||
## Installing the Image Processing Graph Package from Unity Package Manager
|
||||
|
||||
To install the **Image Processing Graph Tool** from the Unity Package Manager, follow these steps:
|
||||
|
||||
1. **Open your Unity project**.
|
||||
2. Navigate to **Window** → **Package Manager** in the top menu.
|
||||
3. In the **Package Manager** window, you will see a list of all installed packages.
|
||||
4. To install the package, click the **+** icon at the top-left corner of the window.
|
||||
5. Choose **Add package from Git URL**.
|
||||
6. In the pop-up window, enter the following URL: https://git.sam-green.dev/Chromum/UnityImageProcessing_Package.git
|
||||
|
||||
|
||||
|
||||
7. Click **Add** to start the installation process.
|
||||
8. Unity will automatically download and install the package.
|
||||
9. Once installed, the package will appear in the **In Project** tab in the Package Manager.
|
||||
10. You can now begin using the Image Processing Graph Tool in your project.
|
||||
|
||||
---
|
||||
|
||||
By following this guide, you should be up and running with the **Image Processing Graph Tool** and ready to start managing your packed textures and porting assets seamlessly within Unity.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user