标题: Unity3d System .Management引用问题? [打印本页] 作者: 她。 时间: 2013-6-17 09:17 标题: Unity3d System .Management引用问题? using UnityEngine;
using System.Collections;
using System .Management;
public class Regedit : MonoBehaviour {
public tk2dTextMesh TestTextMesh;
// Use this for initialization
void Start () {
}
// Update is called once per frame
void Update () {
}
}
提示错误:
error CS0234: The type or namespace name `Management' does not exist in the namespace `System'. Are you missing an assembly reference?