Skip to content

Instantly share code, notes, and snippets.

@sassembla
Last active December 15, 2015 12:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sassembla/5262542 to your computer and use it in GitHub Desktop.
Save sassembla/5262542 to your computer and use it in GitHub Desktop.
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...
@sassembla
Copy link
Author

いろんな言語とか環境で出る、コンパイル時エラーログとか、実行時エラーログの「一行」を集めています。

ファイル名、行数、内容、この3つが入ってる一行が好ましい感じなのですが、
この言語のこのコンパイル環境だとこんな風に出るぜ、みたいなのを、もし良ければいただけると助かります。

お返しはなんか、、ホラ、精神的に。

@sassembla
Copy link
Author

この辺に生かされます。

Unity
https://vimeo.com/61986887

TypeScript
https://vimeo.com/62707591

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment