Skip to content

Instantly share code, notes, and snippets.

View murattuver's full-sized avatar

Murat Tüver murattuver

  • Bilkent University
  • Turkey
View GitHub Profile
@cjddmut
cjddmut / EasingFunctions.cs
Last active July 25, 2024 08:33
Easing Functions for Unity3D
/*
* Created by C.J. Kimberlin
*
* The MIT License (MIT)
*
* Copyright (c) 2019
*
* Permission is hereby granted, free of charge, to any person obtaining a copy
* of this software and associated documentation files (the "Software"), to deal
* in the Software without restriction, including without limitation the rights
/*
A simple little editor extension to copy and paste all components
Help from http://answers.unity3d.com/questions/541045/copy-all-components-from-one-character-to-another.html
license: WTFPL (http://www.wtfpl.net/)
author: aeroson
advise: ChessMax
editor: frekons
*/
#if UNITY_EDITOR