-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |