This file contains hidden or 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
| /// <summary> | |
| /// Custom Cinemachine extension that provides spring-based camera following with lag. | |
| /// </summary> | |
| [SaveDuringPlay] | |
| public class CinemachineSpringFollow : CinemachineExtension | |
| { | |
| [BoxGroup("Target")] | |
| [Required("Follow target is required")] | |
| [Tooltip("The transform to follow with spring lag")] | |
| [SerializeField] private Transform followTarget; |
This file contains hidden or 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
| // ==UserScript== | |
| // @name Tab Sorter (Refactored) | |
| // @version 5.3.0 | |
| // @description Intelligently sorts and groups tabs, with external configuration and improved logic. | |
| // @author | |
| // @include main | |
| /* NOTE: Have tab-sort-normalization-map.json in your chrome folder! | |
| * Tab Sorter Script Configuration: | |
| * | |
| * All preferences can be set in about:config. |