約 51 件の結果
リンクを新しいタブで開く
  1. 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 …

  2. 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 you …

  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 says …

  4. 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 …

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

    Unity - how to make material double sided Asked 8 years, 11 months ago Modified 1 year, 11 months ago Viewed 107k times

  6. Customizing .csproj in Unity enable nullable reference types

    2020年10月6日 · The default way to opt in to this language feature is to put <Nullable>enable</Nullable> in your .csproj file, but Unity regenerates .csproj and removes this line every time it compiles. Is there …

  7. Rotate object in Unity 3D - Stack Overflow

    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 degrees. How can I do it …

  8. How can i serialize property of c# in Unity - Stack Overflow

    2022年12月14日 · Unity generally does not care about public properties and won't show them in the Editor (unless you are using the problematic field:). Remember, you are using Unity, a middleware and …

  9. Unity : this == null returns true. How can this happen?

    2022年4月30日 · For Unity Objects, == null will return true if the reference is null OR the object has been destroyed in the scene. This is an important distinction because Unity Objects actually mostly live "in …

  10. How to fix ''Gradle Build Failed'' on Unity? - Stack Overflow

    2021年10月30日 · 0 I upgraded the product from unity 2020.3.9f1 to 2022.3.16f1, unchecked everything under the "build" like the custom main manifest. Re importer the admob plugin and resolved then i …