约 51 个结果
在新选项卡中打开链接
  1. How to make the script wait/sleep in a simple way in unity

    There are many ways to wait in Unity. They are really simple but I think it's worth covering most ways to do it: 1.With a coroutine and WaitForSeconds. This is by far the simplest way. Put all the code that …

  2. Unity Hub "Install failed: Validation failed" message whenever I try to ...

    2023年7月19日 · The issue is that then when I try to connect Unity to Visual Studio Code, it doesn't fully connect and features like IntelliSense don't work. I suspect this is because I didn't install from Unity …

  3. What Language is Used To Develop Using Unity - Stack Overflow

    2011年2月14日 · What language does one need to use when programming with Unity? Or is it an API for many languages? I read through the docs and I guess I missed the point on the language used. It …

  4. Unity ScriptableObjects - Read-only fields - Stack Overflow

    2022年5月12日 · Unity ScriptableObjects - Read-only fields Asked 3 years, 9 months ago Modified 3 years, 3 months ago Viewed 5k times

  5. Rotate object in Unity 3D - Stack Overflow

    2022年1月14日 · transform.rotation = Quaternion.LookRotation(Input.acceleration.normalized, Vector3.up); But i would like to rotate object like for example screen is rotating - 0, 90, 180 and 360 …

  6. Unity: Conflict between new InputSystem and old EventSystem

    2020年11月26日 · You probably tried to import a new input system package for multiple input devices compatibility. These type of errors are due to conflict between old and new input system packages …

  7. Unity - how to make material double sided - Stack Overflow

    Search for the issue gives a number of solutions, but they don't work for some reason in mine Unity3D 5.4. Like camera inside a sphere I do not see cull and/or sides in material in Unity editor. ...

  8. Newest 'unity-game-engine' Questions - Stack Overflow

    1 天前 · Unity Android crash with SIGSEGV in libil2cpp.so on Mali-G52 (Nokia T20, Android 13, Unity 6000, IL2CPP) I have a Unity Android game that crashes on a specific device with a native crash …

  9. How to work with units (meters) in unity - Stack Overflow

    2015年2月22日 · Once you've settled this, in meters, feet or "unity scale", take note of the primitives' size and stick to it, this way the actual units won't be that important but the coherence between the …

  10. How can I look through my camera in the Scene view in Unity?

    2009年5月18日 · 2 Go to hierarchy bar in Unity Editor Press F Key Double click on object/ main camera To view objects in different angels you can externally apply rotation, transformation (move) in any of …