Last active
December 15, 2015 12:49
-
-
Save sassembla/5262542 to your computer and use it in GitHub Desktop.
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
Uniy errors & regexp | |
1.error on edit | |
sample: | |
Assets/Flight/Scripts/WorldRule.cs(44,52): error CS1525: Unexpected symbol `)', expecting `;' | |
2.error on play | |
sample: | |
MissingReferenceException: The variable flighterPrefab of 'WorldRule' doesn't exist anymore. | |
You probably need to reassign the flighterPrefab variable of the 'WorldRule' script in the inspector. | |
at (wrapper managed-to-native) UnityEngine.Object:Internal_CloneSingle (UnityEngine.Object) | |
at UnityEngine.Object.Instantiate (UnityEngine.Object original) [0x00000] in <filename unknown>:0 | |
at WorldRule.Start () [0x000c1] in /Users/sassembla/Desktop/PanzerStrike/Assets/Flight/Scripts/WorldRule.cs:56 | |
TypeScript errors & regexp | |
1.compile errors | |
sample: | |
loading... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
この辺に生かされます。
Unity
https://vimeo.com/61986887
TypeScript
https://vimeo.com/62707591