About 52 results
Open links in new tab
  1. Новые вопросы с меткой [unity3d] - Stack Overflow на русском

    Jan 12, 2026 · Вопросы с меткой [unity3d] Unity3D — многоплатформенный движок для разработки 3D/2D-игр и интерактивного контента.

  2. Why is OnTriggerEnter not working in Unity3D? - Stack Overflow

    Nov 2, 2022 · I am very new to unity, and this is probably going to seem like a dumb question to all the people who are good at C#, but I don't know why OnTriggerEnter is not working in this program. I …

  3. unity game engine - Unity3D Models are pink - Stack Overflow

    Sep 16, 2020 · I have been following along a tutorial and I don't know why these prefabs appear to be pink while it should be rendered. While opening the project I got an alert that my Unity version was …

  4. Unity3d - Load a specific scene on play mode - Stack Overflow

    Unity3d - Load a specific scene on play mode Asked 9 years, 10 months ago Modified 2 years, 6 months ago Viewed 25k times

  5. unity3d editor - Unity Failed to call Unity ID to get auth code - Stack ...

    Apr 25, 2023 · In order to solve this problem in windows (my Unity version is 2021.3.17f) sign out from Unity Hub ten close the browser and project then sign in again if it doesn't work for you, try to turn off …

  6. c# - How to jump in Unity 3d? - Stack Overflow

    Oct 14, 2019 · AddForce(Vector3 force, ForceMode mode) where force is the Vector3 storing the movement info and mode is how the force will be applied (mode can be ForceMode.Force, …

  7. Get text from Input field in Unity3D with C# - Stack Overflow

    Feb 2, 2015 · 19 I'm trying to get a text inside an inputField in Unity3D with C#. I've placed an inputField in my editor, renamed and tagged in: Username_field. My question is: How i can get the text inside …

  8. Unity3D Collider Passing Through Other Colliders

    May 6, 2020 · The Problem: Mesh colliders on some rigidbody objects are passing through colliders on other objects. Things I have tried: With the assumption A is a GameObject with a RigidBody attached …

  9. DllNotFoundException in unity3d plugin for c++ dll

    I am working on the Unity Plugin project and try to import the c++ native dll from c# file. But I keep getting dllnotfoundexception. c++ dll code: extern "C" { extern __declspec( dllexport ) bool

  10. c# - Game Development using Unity3d - Stack Overflow

    Nov 19, 2018 · Pako Game Hi there, I am just starting game development. Specifically with Unity, Android Studio, and C#. Me and my group planned to make a game for our thesis. The problem is …