GitXplorerGitXplorer
c

SimpleTools

public
101 stars
11 forks
0 issues

Commits

List of commits on branch master.
Verified
f36c2dbf862b0bc89a41c6f5a10444e8645bce77

Update README.md

ccinight committed 2 years ago
Unverified
027576a210beed745d97d2724a0dc04448dfe0fc

prevent getting invalid column

ccinight committed 2 years ago
Unverified
a0c7ad50f9cc49a183949d83b4be219ee616bf1e

fixes

ccinight committed 2 years ago
Unverified
0873e3a55b018f3d4fdcb55cc6cde015376aa29a

refactor + bug fixes + improvements + now it is able to see the keywords before scriptable stripping

ccinight committed 2 years ago
Verified
629a713c8518fb3831f1d97192e7f466bb8d814b

Update SimpleSceneSwitch.cs

ccinight committed 2 years ago
Unverified
f666888e9ad8bf2d9e794c9bfbc33fe360d60ce1

fix type

ccinight committed 2 years ago

README

The README file for this repository.

SimpleTools

Some tools I made for making my daily work easier.
Unity version : 2022.2.0b15+ on master. For older versions pleaase see branches.

Editor

Script Image Description
EditorTime Let's say you leave it open before you close Unity. Then you reopen Unity, you will see how much time the Editor spent loading up the editor.. same usage for checking asset loading time, scene loading time etc.
ScreenCaptureEditorTool Just make a screen capture
RenameObjectsTool Rename scene objects or project files
PlaceObjectsTool Distribute / Align / Random / CopyPaste the GameObjects transform, Replace objects
ShaderVariantTool See what shader variants are included in the build. See details here
ReadCompiledShaderTool Gather shader math , temp registers, textures and branches count from D3D shader compiler
AnimationPreviewTool Preview any animation that exists on any scene GameObjects
AsyncShaderCompilingTool Select materials and compile the shader passes

Runtime

Script Image Description
SimpleSceneSwitch Make an empty scene, add to BuildSettings, drag this script to any object
xxxxxx xxxxx