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
いろんな言語とか環境で出る、コンパイル時エラーログとか、実行時エラーログの「一行」を集めています。
ファイル名、行数、内容、この3つが入ってる一行が好ましい感じなのですが、
この言語のこのコンパイル環境だとこんな風に出るぜ、みたいなのを、もし良ければいただけると助かります。
お返しはなんか、、ホラ、精神的に。