Pebble Coding

ソフトウェアエンジニアによるIT技術、数学の備忘録

2012-10-30から1日間の記事一覧

unity for C# unsafe

UnityプロジェクトでC#を使う場合に、unsafeを使いたい場合はプロジェクトに以下の定義を追加しておく必要があります。 Using C# unsafe in unity add two file into Project. /Assets/smcs.rsp '_unsafe' /Assets/gmcs.rsp '_unsafe'