Quantcast
Channel: Questions in topic: "unity3.5"
Browsing index pages (122 articles)

Connect Websocket with Unity and play animation from server...

![alt text][1]I am trying to build a websocket and try to play the animation using the server. Ref:-**https://www.youtube.com/watch?v=13HnJPstnDM** My unity code :--- using System.Collections; using...

View Article


AdMob banner custom position different devices unity

In my unity project, I want to create a banner ad that lies on the center bottom with a defined offset in y position. This is because I have some control elements lying on the very bottom of the screen...

View Article


Loading 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

how to solve namespace issues?

using System.Runtime.CompilerServices; using UnityEditor.Experimental.UIElements; [assembly: InternalsVisibleTo("Unity.PackageManagerCaptain.Editor")] [assembly:...

View Article

Unity 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 Article


How 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 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 Article

ScriptableObject.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


How to fetch telemetry data from azure iot hub to our unity application and...

@robertbu @Bunny83 @whydoidoit @Statement @UnityCoach @danw_unity @alejandro-unity

View Article


Is 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 Article

inherit 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 Article

Why 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 Article

what 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 Article


Loop 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 Article

Why 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 Article


How 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 Article

Have 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 Article


i 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 Article

NullReferenceException 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 Article

The 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 Article
Browsing index pages (122 articles)


Latest Images