unitychannを使ってゲームを作ってました。ビルド時に次のようなエラーが出ました。
Assets\UnityChan\Scripts\AutoBlink.cs(8,23): error CS0234: The type or namespace name 'Policy' does not exist in the namespace 'System.Security' (are you missing an assembly reference?)
Autoblink.cs の中身は以下の通りです。
//
//AutoBlink.cs
//オート目パチスクリプト
//2014/06/23 N.Kobayashi
//
using UnityEngine;
using System.Collections;
using System.Security.Policy;
この後も続くのですが、とりあえず、unitychannをインポートしたときからあり、変えていないスクリプトです。
調べても解決法が出てこなくと質問しました。わかる方いらしたらお願いします。
回答1件
あなたの回答
tips
プレビュー