How to access the textures within a skybox from script
So I have a shader that uses reflective textures, and I have it set to my skybox texture. But when my ship jumps sectors, the skybox changes drastically. How can I get the textures from the skybox to...
View ArticleCollider doesn't move my LOD Objects
Ok, so I purchased Modern City Pack, which contains street lights in LOD layers. I've attached mesh colliders and/or box colliders to this object on many layers (Topmost layer, and directly on the...
View ArticleProgress not showing for items in Start()
So I have two scripts that are run at Start(): PlacePeople and PlaceCars that scatter people and cars in my scene. It can take a while, so I wanted percentage bars to show you why the game wasn't...
View ArticleHow do I downsize all textures for mobile version?
I have a game that uses assets designed to work at 4k and it looks awesome. Made a copy of the project and converted the copy to Android. Compiled and installed on tablet, but it crashes. Doesn't tell...
View ArticleHow can i tell which joystick input came from?
Old question, still not answered sufficiently. I have a gaming station that has a steering wheel controller, flight stick (hotas), light gun, and xbox 360 controller connected to it. I have written...
View Article2017f Problems with Input on Windows Universal platform
I've looked through the board, including the similarly named entry, but I do not see a solution for this bug. Using 2017f.4, my project works fine as a Standalone app, but when I switch the platform to...
View ArticleAnimator not accepting clips
OK, I've done animations before, but this one is stumping me. I have an FBX asset with a long animation in the file that's broken into clips. I have an Animator Component on my GameObject that has the...
View ArticleGravity slow descent after jump
Basically my character jumps to the correct height, then slowly floats down until/unless I move them, then gravity resumes normally. I can't jump straight up and down without slow descent. Tried...
View ArticleWhy is property set not being called in Inspector?
OK, so I've searched all over, and found examples of how to make a public property get called with set so that I can operate on it when it's set, even in the Inspector. I've gotten it to work, and then...
View ArticleMaking a glass ball like a marble without HDRP?
I want something that will work in WebGL or Android, so HDRP is out. I can make a clear glass ball, but it has no depth. I need the Refraction piece, but without HDRP. Would prefer not to buy an asset....
View ArticleFBX animation import missing baked poses in 2017
OK, so I've imported a bunch of animations in FBX from Mixamo and a lot of them are 3' too high. Normally, I'd just bake the Y position into the animation and it would stay grounded; however, that...
View ArticleWhat is the fastest way to activate or hide/show many gameobjects?
So I have a GameObject with a lot of children, and I want to hide/show it almost instantly, like a flicker effect. I've toggled the SetActive on the parent GO, and this works, but it's not very fast....
View ArticleUnity doesn't show on remote desktop, teamviewer, or logmein
**Symptoms:** When using Unity on a computer who's screen is not on by access that computer remotely, Unity windows do not render. **Cause:** Unity uses DirectX which will not render unless there's an...
View ArticleKarting Microgame: Reset or StartRace?
So, I'm playing with this Karting Microgame, and wow it's supremely complex for a learning tool. I'm trying to simply add a menu function to run the race again after the race ends, since it simply...
View ArticleDoes Active/Inactive and Enabled/Disabled save memory?
Basically, I want to make a level larger than I really want to have all loaded at the same time, and am thinking the easiest way to do this is to set up multiple terrains, but using SetActive(false)...
View ArticleNeed GoogleVR 3d, but no headlook. Flyover only
So I'm working on an Android app for doing flyover's of scenes. I've added GoogleVR because I need the stereo camera rendering, but I have a script that controls the position and rotation of the...
View ArticleSpecular highlights are too large
After updating my game from 5.x to 2017.x, the Specular highlights are now large round spots. Any suggestions on fixing this? ![alt text][1] [1]: /storage/temp/152540-clip.jpg
View ArticleDetermine if NavMeshAgent is turning
Simple question. How can I tell if the ai character is turning? I have a blended tree animation that blends running with running left or running right (leaning while running). When I control the...
View ArticleVCRuntime errors with Universal Windows Platform, but it runs within Unity
So I have a project created in Unity 2018, for Universal Windows Platform to run only on Desktop (it's for a Mixed Reality VR app). Works in Unity. If I choose Build and Run, it builds and runs with no...
View ArticleHow do I add Rigidbody to an LOD object?
So, I have an object that is set up with 3 levels under LOD. I want to make this a Rigidbody. I've tried adding the Rigidbody to the Root and the MeshColliders to the individual child objects, but that...
View ArticleHow can I add Ragdoll to 100 GameObjects at the same time?
OK, so I have a package of rigged models that do not have Ragdoll applied. I do not want to manually go through and select each one, and select each bone in the Ragdoll Wizard. 1. Is there a way to do...
View ArticleDoes Unity have ANY support for ANY Thrustmaster products?
Specifically, steering wheels. It seems like my wheels (I have 4 different ones) work in every game I've ever tried, but none have ever worked in any version of Unity. Most of the time, it's the...
View ArticleHow do I import (Snaps HD) Assets into 2019 without overwriting project or...
Question says it all. I have a 2019 project, not HDRP, and I don't want it to be (I'm still not there yet), and I want to import assets from the Snaps HD asset package (or any package, this applies to...
View ArticleCan I use AR to find new bullet holes in target viewed on webcam or cell...
I've written a program years ago that viewed the webcam and compared the current image to a previous image, to identify new holes in the target, and tracked the position and order. But now I want to do...
View ArticleNavMeshAgent places transform incorrectly
In my code, I create enemies and NPC's, and place them at random waypoints in the level, and also assign them additional waypoints so they can wander around. I place the Transform.position, and also...
View ArticleHow can I scale a particle system?
I have a particle system for a jet engine, but it does not match up with scale for my ship. I've tried a bunch of different things, but it just won't scale down: 1. Directly Scaling the GameObject 2....
View ArticleHow to have UI (Buttons) ignore input
So, I have a UI canvas with buttons on screen as a World Overlay so it appears on a computer screen in the 3d world. I need the UI to ignore input and stop selecting buttons except for when I have it...
View ArticleInput System no button press when timescale = 0
Simply put, hitting the menu button sets Time.timeScale = 0, and the game pauses, but nothing can unpause it or happen during the period. The Debug statement gets called the first time, and then...
View ArticleCan I use unity vehicle physics without drifting or sliding?
I've been playing with settings all week and I cannot get a car to turn sharply while going fast. I get it. I know that you can't make a 90 degree turn at 200 kph in real world physics. But I want to...
View ArticleAndroid access to web based API? System.Net or UnityEngine.Networking?
Ok, so I have a DB holding my workouts, and I want to access it from my phone. I built an Android App using System.Net and System.IO to retrieve JSON and put it into a serialized object. Works great on...
View Article