Questions tagged as 'unity3d'

1
answer

What do I create in blender, can I sell? [duplicate]

What do I create in Blender, can I sell or use without worrying about licenses? (example creates templates, animations, videos and use in Unity 3D)     
asked by 29.07.2014 / 05:21
3
answers

Unity 3d: Move information from one scene to another

Dear, I did a search to find problem solution that I could not find in another source found in google. The idea is when a user fills the information in a scene identified as scene1 that contain UI object, such as access authentication screen cas...
asked by 26.12.2017 / 11:14
1
answer

error here in my script to make the character give respawn (load.level)

When I put this script in unity and soon after I associate it with a transparent form (without physics) and click on play to test, it gives an error saying that it can not play (look at print), someone can help me? Is something wrong with...
asked by 12.10.2015 / 22:57
1
answer

Has Issue in My C # Nils Video Script (On Board Manager)

Nils, or someone who knows how to respond to me, there are several errors here on my console tab, I'm new to this area and are talking about errors with)]} and basic programming stuff! please help me solve this! I need a lot. This is the vid...
asked by 22.07.2015 / 05:49
2
answers

Errors Script C # Unity3D 5.2.0f3! Errors with RigidBody2D

I'm having a problem with a C # code I'm using to make a game on Unity3D Version 5.2.0f3 This Code I picked up on a video of Playing with Nils (Youtube Channel that teaches you how to develop games. This is an error when setting the Comm...
asked by 12.09.2015 / 19:46
1
answer

Object Selection Unity C #

Well, I'm going straight to the point, could give me a force in this script that I'm doing, it selects using buttons -1 and 1, until it works, the previous one gets bugged using System.Collections; using System.Collections.Generic; using Unity...
asked by 25.11.2017 / 05:56
2
answers

PlayerPrefs in Unity with Boolean variable?

The PlayerPrefs It has something similar or it can even use boolean variable. example: PlayerPrefs.GetInt() // e para inteiros     
asked by 01.02.2016 / 16:44
3
answers

How do I get an object back to its starting position in Unity?

I have an object that is reached by raycast and use   cObj.transform.position = Vector3.MoveTowards(cObj.transform.position,main.transform.position, step); for the object to go against the camera. How do I get him back to his starting...
asked by 02.03.2016 / 20:00
2
answers

How to access classes in Unity 3D (C #)

I'm doing a 3D game on Engine Unity, a FPS to be more specific and taking advantage of this experience to learn programming in C #, the one I'm having in school. But now I came across a problem, which I know is a simple solution, but since I...
asked by 26.03.2016 / 21:13
1
answer

Unity Object reference not set to an instance of an object

I'm doing a Quiz on Unity and I'm having an error that I can not solve, I already looked for similar errors but I can not identify, this message appears when I'm running the quiz    NullReferenceException: Object reference not set to an insta...
asked by 15.10.2018 / 06:14