Skip to content

gamedevserj/Useful-Unity-Scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Useful Unity scripts

Content

Create folders

Creates a number of folders to help with a new project setup To use go to Tools/Create Folders

In the opened window enter the name of your game and add/remove folders and subfolders

Press 'Create' button and your directories will be created

Rename animation clips

Automatically renames animation clips to exclude armature name (in case of import from Blender) or renames Mixamo animations using the file name. Names are changed both in the asset itself and in the animation import tab in the inspector.

RenameAnimationsOnImport.cs renames clips automatically on import. If you already have assets in the project you can either select them and hit reimport or go to Tools/Rename Animations and add objects with animations that needs renaming.

Note that changing the "Source Take" in the animation import tab might break the changes.

Scale animation curve

Allows scaling and normalization of animation curves retaining the tangent values.

Swiping script

Contains basic swiping functionality that detects swipes in 8 directions. Split into separate versions that work in the Editor and on mobile devices.

About

Useful Unity scripts

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages