How do I build an uncompressed asset bundle with no scenes?
I would like to build asset bundles for each localized version of my game. I will include the fonts and audio files as well as all the localized strings in each bundle. I have managed to figure out how...
View Articlecan i get a unity 3.5 ANDROID License
as i am interested in ARMv6 game development for IOS and ANDROID
View ArticleShould Unity4 webplayer build run on machines that ran Unity3.5 webplayer
We just ran a test with a client IT department (they look after 1000s of PCs) and our latest Unity4.2.1 webplayer build fails to run with "Failed to initialise 3D rendering. Make sure you have Direct...
View ArticleTrying to get iPhone 5 rendering at the same aspect ratio as an iPhone 4.
Hi. I have a Unity 3.5.7 project that requires an update. As the application was designed around an iPhone 4 i would like to keep the same aspect ratio of 960x640 for all iPhone devices. I figured it...
View ArticleIs it possible to stop a Kinect sensor mid-application using Zigfu and the ZDK?
I'm building an application that is controlled with Kinect input. When the user performs an action (in this case a hand is raised), another program is launched. This first program will stay in the...
View Articleunity app Failed to upload because of Non-public API usage...
Version: Unity 3.5.6 I ran into a very huge and urgent problem when uploading app to appstore, I could not upload the app which developed by unity 3.5.6 after the latest update of appstore last week...
View ArticlePlayer Stuck in Air :(
I don't know why but my player is not behave un usal. ![alt text][1] [1]: /storage/temp/45091-1.png
View ArticleProblems building APK after updating Android SDK
I am running two versions of Unity. Unity 3.5.6 and Unity 5.0.0 I am using the older version of Unity for a project that needs to stay in that version so it doesn't break. After installing Unity 5 and...
View Articlemaking browse button
Sir I want to ask 1 thing that how can I make a browse button in unity that select only txt files. And some one when click it this button redirect on computer HDD and show only txt files....
View Article-force-openGL and -popupwindow work together? (Unity 3.5.7)
I'm trying to run a Unity 3.5.7 application with 2 screens (3840 x 1080) with OpenGL and a popupwindow so it looks "fullscreen". Either of these options work fine on their own, when put together the...
View ArticleRust 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 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 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 ArticleAdMob 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 ArticleConnect 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