我是团结学习的新手,在编写transform.position VS时没有表现出任何统一的功能。 我的代码是
using System.Collections;
using System.Collections.Generic;
using UnityEngine;
public class SphereController : MonoBehaviour
{
public float control;
// Use this for initialization
void Start ()
{
}
// Update is called once per frame
void Update ()
{
//while i try to write transform.position below this comment no function is showing
}
}
答案 0 :(得分:1)
尝试从菜单Edit / Preferences / Exernal Tools设置统一应用程序中的外部工具编辑器,在我的情况下,默认情况下,当我使用VS 2019使其在选择器版本中打开并且统一功能未知时,它设置为visual studio 2010通过VS。所以我将其更改为VS 2019,并显示了统一功能。
答案 1 :(得分:0)
要与Unity进行智能感知,您需要在Visual Studio中安装Visual Studio Tools for Unity插件。