Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
I5UCC authored Apr 13, 2024
1 parent 9c542b1 commit 2f55e60
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# I5UnityTools
Just a few things that make my Avatar Creation workflow a bit easier.

All tools located in `Tools/I5Tools`

## Make All Bones Immovable in World Space

Sets all Physbones immobileType to World and sets it to 1. I just like to use that personally :)

## Optimize Texture Formats

- Sets all Normal maps to BC5 Texture format.
- Sets all textures that have an alpha channel to BC7. aka (DXT5 -> BC7)

Might expand this later when i got time for it.

## Force Scene View in Play Mode

Creates a `ForceSceneView` Gameobject that switches to SceneView instead of GameView when going into play mode.

0 comments on commit 2f55e60

Please sign in to comment.