NGUI scroll view: How can I keep sprites within the scrollable panel exactly...
I have a heirarchy of scrollable panels, that is working fine. However I have placed a 4x4 grid of sprites (manually) without using a table script. When I play the scene, the sprites spread out...
View ArticleChild lossyScale changes after setting localRotation
Hey there Unity community! I've been working quite hard on a project lately with some colleagues, and I've just ran into something that I think might be a Unity bug itself. Anyways, I would love you to...
View ArticleCubeWorld's controller
Hi, i'm making a character controller like the CubeWorld's One. I'm wondering how to make the characters move smoothly like it is in cubeworld. I've made one, but it's not as smooth as this one. When...
View ArticleController like CubeWorld
Hi, i'm having issues with my controller. I'd like to make a controller like the CubeWorld's one : https://www.youtube.com/watch?v=mBePdtnC_28 Indeed, i dont get how to make a smooth movement. I've...
View ArticleIs there a way to re-link animation info after moving sprites into an empty...
I done a simple animation to make sprites simply appear but after the animation I put the Sprites into an empty game object. This then caused the animation info to loose its reference to the sprites. I...
View ArticleShadows problem with mobile.
I'm testing shadows on Moto X with GLES 3.0 adreno 320. This screen is from Unity but the same is on the phone. what is the problem that makes this black lines appears? I walk around and this lines...
View ArticleBlender to Unity glitch?
So, I was modeling a city in blender. I made the ground(Grass, street, sidewalk, etc) worked just fine. No problems.(Using the same process, model, UVSmartPrpject, save blend, export .fbx, export UV,...
View ArticleIssue with DontDestroyOnLoad
Hello there, I have an issue with DontDestroyOnLoad. I have in my first scene a GameObject called settingsContainer (obviously it holds some settings for the player). On second scene I have a script...
View ArticleRotation Issue
Hello, I have been working on a script for sailing a ship, all was going well until i introduced a new model. Hard to explain, But i want it to rotate like the first model in the video, but instead...
View ArticleHow do you add a mesh to a LOD Level in Code?
This is probably a noob question but I thought I should ask it anyway since I can't figure it out. Does anyone know how to add a mesh into a LOD:0 level in Code? I create a empty game Object and put a...
View ArticleCamera Follow sphere with ridgidbody?
Trying to make a script that will make the main camera folow the sphere ingame. I can get it to follow just fine, but when it comes to dramatically rolling with the sphere, its not a pretty sight. How...
View ArticleProblem with input code for a camera follow/rotate script
I am trying to make the camera follow the sphere, but let me pivot the camera around it. I have this script but when trying to set up the controls I am having an issue. The spherecontroller, and the...
View ArticleiTween - Rotation Add get's uneven after several rotations
I hope it's alright if I post an iTween question here... Either way, here it is. My current setup is a camera on my screen, that is set to rotate 90 degrees when you hit the right or left arrows. (it...
View ArticleRendering issues with big texture tiling
I am facing an extremely annoying issue that happens when the texture tiling is too big, however, I do need the tiling to make it look good. Same issue happens in blender, not only unity (The tiling...
View ArticleBizarre non-responsive button/Mecanim issues
Heya UnityAnswers long time no see. I'm trying to get my character too animate using Mecanim. The animations will work depending on the position of the player and is controlled at the moment with the...
View ArticleI'm having trouble loading a scene after the Roll-A-Ball example project.
![alt text][1] [1]: /storage/temp/25109-screenshot+(13).png I'm having an issue with loading my scene. I completed the project Roll-A-Ball example that was on the Unity Website. Everything ran...
View ArticleTranslation issue
Hello i'm a fresh user of Unity3D and i'm trying to make some kind of 3D platformer where a cube needs to hit another cube to win the level with walls between the two. The problem is that when my cube...
View ArticleMicrophone and AirPlay
Hi! I have an issue recording from microphone while airplay is mirroring, when i activate airplay the microphone stops working. I'm not very sure what's causing this, i think that maybe Unity is trying...
View ArticleNot able to post a new thread
Hi, I have tried making a thread in the 2d forums twice, neither times will my thread show up. Any ideas?
View ArticleSyntaxError: missing ) after formal parameters
Hi there! I faced with such problem: i've added function to my simple browser game for collect items and eart scores, from very simple example here on Unity Docs: function OnCollisionEnter(collision :...
View Article