Rust keeps crashing, why is it happening?
winutils::ProcessInternalCrash(PEXCEPTION_POINTERS pExInfo) is the common error in the logfile[link text][1] [1]: /storage/temp/87881-output-log.txt
View Articlecamera transform component is not working in thirdperson controller
I have a problem with the Third person controller's . Basically, there isn't a camera for my third person controller. But have maincamera in my scene and function as follows: if i hold and move right...
View ArticleThe application requires Unity3d permission
The game created on Unity3d at startup requires 2 resolutions: **android.permission.READ_PHONE_STATE** and **android.permission.GET_ACCOUNTS** The game uses Google Play Services and 3 third-party...
View ArticleNullReferenceException and he referenced script on this Behaviour
Hello i am new to unity and c#. Not be able to resolve my error. i want to count pumpkin but not able to count. My count value only changes from 0 to 1 only. @kush. Waiting for the response. Thanks...
View Articlei think gameobject.tag does not finds the tag.
As the title says i think that the gameobject.tag does not find the tag even though i have wrote correctly in the tag drop down list and i don't get what i am doing wrong. I am trying to make a zigzag...
View ArticleHave player fall down with platform?
Hi guys! I have a player and a (vertical) platform. When the player is on the platform, the platform should fall 90° downwards, until it is horizontal. Now I was thinking of doing an animation but I...
View ArticleHow can I ensure randomly positioned objects don't appear off camera?,How to...
I'm trying to build a pretty simple scene, but don't know where to start. I want the object to appear randomly on the screen (or slightly below it), then work its way to the top of the screen. Sure, I...
View ArticleWhy can't I target Android api level 26?
Google says all apps with api level 25 or lower will be removed in November. Okay fine. BUT, my Unity only allows me to build with api level 21 through 25. Android SDK says I have api levels 26.0.3....
View ArticleLoop function isn't updating
Hi there! In game, when using PlayerPrefs, the "for" loop isn't updating correctly, when I click the button, it should add 1 to the playerprefs, and it does, but the button intreactable isn't updating...
View Articlewhat microcontrollers can be integrated with unity that...
Other than ARDUINO, what other microcontrollers are available that can be easily integrated with unity?,Other than arduino, what other microcontrollers are available that can be easily integrated with...
View ArticleWhy is my texture black on Android?
Hey guys! I made this game in Unity3.0 and bulid on Android. But texture is black on my Galaxy Note. How do i fix this problem? Please answer me :(
View Articleinherit value from class to sub class c#,inherit variable value from class to...
I have 2 scenes each one have own script simply I want to get a value from script 1 and use it in script 2 which is loaded in the second scenes which happen is it always load the default value for this...
View ArticleIs there Any Way to use unity version 3.5f1 prefab in 2.20f version?
I made several prefabs in Unity 3.5f1 version. But there was an issue about upgrading unity version. So I would like to downgrade my unity version to 2.20f. After downgrading the version , all prefabs...
View ArticleHow to fetch telemetry data from azure iot hub to our unity application and...
@robertbu @Bunny83 @whydoidoit @Statement @UnityCoach @danw_unity @alejandro-unity
View ArticleScriptableObject.CreateInstance Woes - Unity 3.5
I have a type "Triggers.Trigger" that derives from ScriptableObject: namespace Triggers { public class Trigger : ScriptableObject { } } I am trying (and failing) to create new instances of it:...
View Article,WebUI and Build Succesfull but console shows some error?
,I try to build the LGSVL standalone from source using unity ,in unity windows WebUi and build successful , but the console show shows some error like AssetBundles not selected like : ![alt text][1]...
View ArticleHow to shoot with swipe?
How can i change this c# code to swipe shoot method? if (!IsPointerOverUIObject() && Input.GetMouseButtonUp(0) && readyToshoot) { ball.GetComponent().enabled = false;...
View ArticleUnity error immediately after creating a new Project
When creating a new 3D project in Unity (version 2019.3.3f1), I got an error in the Unity console without making any change or doing anything within Unity. The Error: > IndexOutOfRangeException:...
View Articlehow to solve namespace issues?
using System.Runtime.CompilerServices; using UnityEditor.Experimental.UIElements; [assembly: InternalsVisibleTo("Unity.PackageManagerCaptain.Editor")] [assembly:...
View ArticleLoading Android App with in Unity3d scene instead of opening separately
I have created a unity3d android build with menu options like {settings, WhatsApp, etc} when on choose menu option it should open the respective android app within unity new scene how can I achieve...
View Article