- This script is test to fail when MonobehaviourTest is timeout.
- Unity Version 5.6.0
- Please inherit your own class instead of Monobehaviour.
| using UnityEngine; | |
| using TMPro; | |
| public class ShowCharacter : MonoBehaviour | |
| { | |
| [SerializeField] | |
| TextMeshProUGUI label; | |
| [Range(0, 99999)] | |
| [SerializeField] |
| 0 | Spine Front-Back | |
|---|---|---|
| 1 | Spine Left-Right | |
| 2 | Spine Twist Left-Right | |
| 3 | Chest Front-Back | |
| 4 | Chest Left-Right | |
| 5 | Chest Twist Left-Right | |
| 6 | UpperChest Front-Back | |
| 7 | UpperChest Left-Right | |
| 8 | UpperChest Twist Left-Right | |
| 9 | Neck Nod Down-Up |
| using System; | |
| using System.Text; | |
| public static class StringSplitExtensions | |
| { | |
| public static SplitCharEnumerator SplitSlice(this string str, char separator) | |
| { | |
| return new SplitCharEnumerator(str, separator); | |
| } |
| using UnityEngine; | |
| using System.Collections; | |
| public class EyeJitter : MonoBehaviour { | |
| float timer = 0.0f; | |
| Quaternion rot; | |
| public float changeTime = 0.4f; // 変更する時間最小値 |
| # ==== Emojis ==== | |
| # 🐛 :bug: バグ修正 | |
| # 👍 :+1: 機能改善 | |
| # ✨ :sparkles: 部分的な機能追加 | |
| # 🎉 :tada: 盛大に祝うべき大きな機能追加 | |
| # ♻️ :recycle: リファクタリング | |
| # 🚿 :shower: 不要な機能・使われなくなった機能の削除 | |
| # 💚 :green_heart: テストやCIの修正・改善 |
| #include <iostream> | |
| class Character { | |
| public: | |
| struct Direction { | |
| static const std::string Front; | |
| static const std::string Back; | |
| static const std::string Left; | |
| static const std::string Right; | |
| }; |
| fs = require('fs') | |
| readline = require('readline') | |
| google = require('googleapis') | |
| googleAuth = require('google-auth-library') | |
| calendar = google.calendar('v3') | |
| SCOPES = [ 'https://www.googleapis.com/auth/calendar.readonly' ] | |
| TOKEN_DIR = (process.env.HOME or process.env.HOMEPATH or process.env.USERPROFILE) + '/.credentials/' | |
| TOKEN_PATH = TOKEN_DIR + 'calendar-api-quickstart.json' | |
| # Create an OAuth2 client with the given credentials, and then execute the |
AGQR の放送を保存するスクリプト.
というバグが存在する.