About 20,300 results
Open links in new tab
  1. How do I import "com.unity3d.player.UnityPlayer" into my Android ...

    Dec 17, 2019 · I'm having issues getting the UnityPlayer dependencies into my Android Library plugin for Unity. I just can't figure out the correct way to add dependencies to my plugin. …

  2. Unity3D : Blur the background of a UI canvas - Stack Overflow

    19 I'm trying to create a blur effect on the background of a UI window for my game in Unity3D. One of the best examples I can think of right now is Heroes Of The Storm, notice how the …

  3. Unity3D: Displaying different scenes on multiple monitors

    Sep 21, 2016 · 4 Unity3D has native multimonitor support in recent versions. The API documentation suggests that this is tied to connecting each display to a camera view. Is it …

  4. Programmatically change Dropdown Menu Options in Unity3D

    Oct 26, 2015 · i got Unity3D 5.2 and use the Dropdown GUI element for the first time. It is easy to use in the insepctor but i want the Options to show, be dependent of my files in …

  5. Unity3D: optimize garbage collection - Stack Overflow

    Jul 5, 2013 · Unity3D Profiler gives me spikes that is mostly about garbage collection. In the screenshot below, the three red spikes represent three stalls that I had in my gameplay. Each …

  6. c# - Cube Falling through the terrain - Unity3D - Stack Overflow

    Mar 8, 2021 · Thank you for your reply but as mentioned, both have a collider and there aren't really much to check on the Terrain Collider as there are only 3 options in it (or can you please …

  7. How to load an html webpage inside unity3d - Stack Overflow

    Oct 19, 2017 · I want to show a webpage inside unity3d without making it an image and load it via a WWW class. I have seen that there are plugins, but I would like to load the web page without …

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

  9. Unity3D - Abstract Class, Monobehaviour functionality - Stack …

    Jan 12, 2016 · Unity3D - Abstract Class, Monobehaviour functionality Asked 9 years, 11 months ago Modified 9 years, 11 months ago Viewed 19k times

  10. c# - how to download a file from url and save in location using …

    Jun 26, 2014 · 2 iam working on unity3d project. i need set of files to be downloaded from the server. iam using C# for scripting. after a hour of google i haven't found a solution because of …