All Projects β†’ andydbc β†’ Unity Texture Packer

andydbc / Unity Texture Packer

Licence: other
πŸ”¨ Utility to combine color channels from different textures into a single output.

Projects that are alternatives of or similar to Unity Texture Packer

Nvjob Water Shader Simple And Fast
#NVJOB Simple Water Shaders. Free Unity Asset.
Stars: ✭ 172 (-59.91%)
Mutual labels:  unity, unity3d, texture
Unity Texture Curve
✏️ Example showing how to bake an AnimatedCurve into a Texture and use it in a shader.
Stars: ✭ 149 (-65.27%)
Mutual labels:  unity, unity3d, texture
Redrunner
Red Runner, Awesome Platformer Game.
Stars: ✭ 414 (-3.5%)
Mutual labels:  unity, unity3d
Vectorfieldexamples
Unity VFX Graph examples with vector fields
Stars: ✭ 370 (-13.75%)
Mutual labels:  unity, unity3d
Unity Wireframe
General purpose wireframe shaders for use in Unity.
Stars: ✭ 378 (-11.89%)
Mutual labels:  unity, unity3d
Unity Srp Vxgi
Voxel-based Global Illumination using Unity Scriptable Render Pipeline
Stars: ✭ 361 (-15.85%)
Mutual labels:  unity, unity3d
Kondo
Save disk space by cleaning non-essential files from software projects.
Stars: ✭ 373 (-13.05%)
Mutual labels:  unity, unity3d
Starforce
This is a demo made with Game Framework.
Stars: ✭ 375 (-12.59%)
Mutual labels:  unity, unity3d
Texture maker
A texture maker tool for unity.
Stars: ✭ 358 (-16.55%)
Mutual labels:  unity, unity3d
Klakndi
NewTek NDIβ„’ plugin for Unity
Stars: ✭ 401 (-6.53%)
Mutual labels:  unity, unity3d
Enhancer
A collection of utilities to enhance the Unity Editor
Stars: ✭ 394 (-8.16%)
Mutual labels:  unity, unity3d
Kinocontour
Contour line filter for Unity
Stars: ✭ 400 (-6.76%)
Mutual labels:  unity, unity3d
Akvfx
Azure Kinect plugin for Unity VFX Graph
Stars: ✭ 366 (-14.69%)
Mutual labels:  unity, unity3d
Unity Shadersketches
Sketches made with ShaderLab in Unity.
Stars: ✭ 362 (-15.62%)
Mutual labels:  unity, unity3d
Networker
A simple to use TCP and UDP networking library for .NET. Compatible with Unity.
Stars: ✭ 408 (-4.9%)
Mutual labels:  unity, unity3d
Opencvforunity
OpenCV for Unity (Untiy Asset Plugin)
Stars: ✭ 359 (-16.32%)
Mutual labels:  unity, unity3d
Unity2d Components
A constantly evolving array of Unity C# components for 2D games, including classes for pixel art cameras, events & messaging, saving & loading game data, collision handlers, object pools, and more.
Stars: ✭ 375 (-12.59%)
Mutual labels:  unity, unity3d
Holoshield
Highly customizable sci-fi shield / force field shader for Unity3D. Allows you to set edge power & color, inner texture scrolling, waviness, scale pulsation and procedural intensity noise. Implements tessellation for low-poly base meshes.
Stars: ✭ 401 (-6.53%)
Mutual labels:  unity, unity3d
Hsv Color Picker Unity
HSV color picker for Unity UI
Stars: ✭ 355 (-17.25%)
Mutual labels:  unity, unity3d
Game Networking Resources
A Curated List of Game Network Programming Resources
Stars: ✭ 4,208 (+880.89%)
Mutual labels:  unity, unity3d

unity-texture-packer License Donate

πŸ”¨ Utility to merge different texture channels into a final texture output.

screenshot

Install

Using Git

Make sure the Git client is installed on your marchine and that you have added the Git executable path to your PATH environment variable.

Go in %ProjectFolder%/Packages/ and open the "manifest.json" file.

in the "dependencies" section add:

{
  "dependencies": {
      ...
      "ca.andydbc.unity-texture-packer":"https://github.com/andydbc/unity-texture-packer.git#0.1.0"
      ...
  }
}

Find more information about this here.

Manual

Dowload this repository as a zip file, extract the archive.
In Unity, go in "Window" -> "Package Manager" -> "Add Package from disk"
Select the "package.json" file located at the root of the package folder.

The tool is located under "Window" and is called "Channel Packer"

Note

This is still under development and may be buggy.

License

MIT. See LICENSE for details.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].