🏃♂️
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
| /* | |
| * Actual Performance Info Window | |
| * https://gist.github.com/anatawa12/a4bb4e2e5d75b4fa5ba42e236aae564d | |
| * | |
| * Copy this cs file to anywhere in your asset folder is the only step to install this tool. | |
| * | |
| * A window to see actual performance rank on building avatars. | |
| * When you click the `Build & Publish` button, this class will compute actual performance rank show you that. | |
| * | |
| * MIT License |
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
| // MIT License | |
| // | |
| // Copyright (c) 2023 anatawa12 | |
| // | |
| // 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 | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is | |
| // furnished to do so, subject to the following conditions: |
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
| /* | |
| * GenerateMeshWithBackFace | |
| * https://gist.github.com/anatawa12/4c900d5c15050fb5bdc0f9d027962183 | |
| * | |
| * Left click Mesh and select Generate Mesh with backface to generate new mesh with backface | |
| * | |
| * MIT License | |
| * | |
| * Copyright (c) 2023 anatawa12 | |
| * |
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
| /* | |
| * Transfer Transform Window | |
| * https://gist.github.com/anatawa12/b8799da5d3131e4020f414439a4ea037 | |
| * | |
| * A window to copy transform info recursively | |
| * `Tools/anatawa12 gist/Transfer Transform` | |
| * | |
| * MIT License | |
| * | |
| * Copyright (c) 2023 anatawa12 |
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
| // MIT License | |
| // https://gist.github.com/anatawa12/581b66619711eaf5ebacbd85369d62e6 | |
| // | |
| // Copyright (c) 2023 anatawa12 | |
| // | |
| // 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 | |
| // to use, copy, modify, merge, publish, distribute, sublicense, and/or sell | |
| // copies of the Software, and to permit persons to whom the Software is |
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
| /* | |
| * AndroidOnlyCheck | |
| * https://gist.github.com/anatawa12/5f847a1692fb30c2c9f00a47d50243ad | |
| * | |
| * A VRCSDKPreprocessAvatarCallback which prevents PC builds. | |
| * In Android build, this script does nothing. In PC build, this script will show dialog & cancel the build. | |
| * | |
| * MIT License | |
| * | |
| * Copyright (c) 2023 anatawa12 |
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
| /* | |
| * Move Component Test | |
| * https://gist.github.com/anatawa12/b8799da5d3131e4020f414439a4ea037 | |
| * | |
| * A trial to move component without clone. This does not work well | |
| * | |
| * MIT License | |
| * | |
| * Copyright (c) 2023 anatawa12 | |
| * |
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
| // Copyright (c) anatawa12 2022 | |
| // Published under CC0 Licesnse or Unlicesnse at your option | |
| // see https://creativecommons.org/publicdomain/zero/1.0/legalcode for CC0 | |
| // see https://unlicense.org/ for Unlicense | |
| using System; | |
| using UnityEditor; | |
| using UnityEngine; | |
| using UnityEngine.Assertions; |
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
| /* | |
| * Merge Animation Clip | |
| * https://gist.github.com/anatawa12/f7476d2d727bc43d86121f6a3337d2c3 | |
| * | |
| * Micro tool to multiple animation clip into one. | |
| * Click `Tools/anatawa12 gists/Merge Animation Clip` to open the merge window. | |
| * | |
| * MIT License | |
| * | |
| * Copyright (c) 2023 anatawa12 |
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
| /* | |
| * CompilationLogWindow | |
| * https://gist.github.com/anatawa12/5987f6b5357c3c91603fa07f215dfeab | |
| * | |
| * The window to see compilation progress | |
| * | |
| * Copy this cs file to anywhere in your asset folder is the only step to install this tool. | |
| * | |
| * MIT License | |
| * |