gpt4 book ai didi

c# - Visual Studio 不显示统一功能

转载 作者:行者123 更新时间:2023-12-05 08:33:22 25 4
gpt4 key购买 nike

我是 unity 学习的新手,在写 transform.position VS 时没有显示任何 unity 的功能。我的代码是

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
}
}

最佳答案

尝试通过菜单编辑/首选项/外部工具在统一应用程序中设置外部工具编辑器,在我的情况下,当我使用 VS 2019 时默认设置为 visual studio 2010,使其作为选择器版本打开,统一功能未知通过 VS。所以我将其更改为 VS 2019,它显示了统一功能。

关于c# - Visual Studio 不显示统一功能,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41517704/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com