Questions tagged as 'unity3d'

1
answer

Alternative to Sprites Overlapping

You've probably seen / played some game where you could change your character's outfit / clothing / appearance. I'm building a little Android game that offers this feature, and I currently get that using the Overlapping technique of sprites,...
asked by 02.05.2017 / 20:02
2
answers

How do you change sprite sheet in unity without having to do more animations?

Hello, I'm making a game where you can make a character change in unity. The game will be in 2d, for android and I'm having trouble doing character swapping. I have made a functional trading system, but it is very extensive and will be ext...
asked by 21.02.2017 / 01:40
1
answer

Unity 3D-How to make a game [closed]

I did my game and I do not know how to make it available for other people to play on their PCs. And I would like to make available on my site for downloads in the "Mega" but I do not know how to do so after the downloads can play. I know availab...
asked by 28.03.2016 / 12:49
1
answer

How to decrease the apk size generated in unity?

In Unity I noticed that the apk generated without any texture image script configuration, ie nothing comes out with a size of 20 MB , because they come out with this size and you can decrease that size ?     
asked by 30.01.2016 / 00:47
3
answers

Problems, Objects Colliding Wrongly Unity3d

I have a problem that I still can not find the solution: I'm trying to finish a project with Unity, a simple 2D racing game, where the camera looks static from above and objects descend by gravity. This almost complete functionality, the sc...
asked by 15.11.2015 / 20:54
1
answer

NullReferenceException: Object reference not set to an instance of an object MotionController.FixedUpdate

I'm following this unity tutorial: link This was going well to the test site to see if I'm touching the ground or not. After doing the verification and trying to run the project appeared this error:    NullReferenceException: Object refe...
asked by 14.12.2015 / 17:22
1
answer

Screen Division using Android + Unity

People, good afternoon. I'm having a project where I need to get a view of a particular object at 4 different points and position them to look something like this: link Does anyone have any idea how I can do this? Can you do it inside Uni...
asked by 01.10.2015 / 22:37
1
answer

GameObject changes position after play on Unity

I have the following scenario: Theotherobjectsweredisabledonlytodemonstratetheproblem.Ithinkthatdisablingthemdoesnotinfluencethegame,right?SeewhathappenswhenyouclickplayonUnity: NotethattheobjectGroundandGround_2werechangedtoposition(0,0)inr...
asked by 22.08.2015 / 18:40
2
answers

Error Unity 5 apparently code

I was doing this game when this problem appeared    Assets / SampleAssets / 2D / Scripts / Platformer2DUserControl.cs (2.25): error CS0234: The type or namespace name CrossPlatformInput' does not exist in the namespace UnitySampleAsset...
asked by 03.09.2015 / 21:24
1
answer

Generate List from BinaryFormatter Deserialized Unity3D

Hello, I am creating a save system for games and would like to know how I can generate a list from a BinaryFormatter object? this file is formed from 3 information, and would like to generate a list with these values, follow the codes:...
asked by 01.06.2015 / 02:16