Questions tagged as 'unity3d'

1
answer

Do Load the photos from a specific directory in a texture c #

I'm doing a new application and I need to load a photo from a specific directory on the computer in this case c:\Biosearchassets to a gui texture in unity3d I could find an example but it uses texture2D and I want to load 3D gui te...
asked by 21.12.2017 / 21:11
1
answer

How to access the main thread from the main thread

I would like to know if it is possible to call a method using a thread from another thread. The reason is that there are methods that can only be called from the main thread, and I need to call them in another thread.     
asked by 28.12.2017 / 22:40
1
answer

Handling Scripts and Unity3D properties?

Good afternoon everyone! Next, I'm having a problem. I am developing a game where there is a script called PlayerModel, which when starting the Battle, it comes with data that was pre-defined in the Model script, however, when finishing the b...
asked by 06.12.2017 / 22:24
1
answer

Enable and disable Children gameobject c #

Well, I made a script where it activates and deactivates in the gameobject , I wanted to know how to activate and deactivate the children also inside this script using System.Collections; using System.Collections.Generic; using UnityEngi...
asked by 12.09.2017 / 22:34
0
answers

How to access Raycast's gameObject from the Gear VR control?

I want to know how I can activate the Red Laser of the Gear VR and how I can know information of what the laser is touching?     
asked by 30.07.2017 / 09:43
1
answer

C # Error - XML Serialization

I encountered this error when trying to load an XML file through three scripts: one called Item, another ItemCollection, and the script to load the XML file. Item: using System.Collections; using System.Collections.Generic; using System.Xml...
asked by 09.07.2017 / 17:19
1
answer

Help Unity RogueLike

The Unity compiler shows this error when implementing Player control.    Assets / Scripts / Player.cs (58,33): error CS0115:   'Player.AttemptMove (int, int)' is marked as an override but no   suitable method found to override Code: "pr...
asked by 13.08.2016 / 01:05
1
answer

Map for Unity3D [closed]

I'm developing an application on Unity3D that resembles the Waze application, but for that I can not use a Google Maps API, for example Static Maps, because I'll need something that is offline and enable me to implement 3D models at a certain la...
asked by 04.08.2016 / 08:34
1
answer

Unity touch zoom camera

I'm working with this code below to control the distance from the camera to the character, this distance is the result of linear interpolation between a minimum and maximum offset, where the variable float distance controls this result....
asked by 06.08.2016 / 06:37
0
answers

How to upgrade a game unity

I have a game published in Google Play, this game only has one scene (menu), and the remaining data of the game is on my server. How can I update my game (menu scene) with more game data from my server, and this game data (compilation of other s...
asked by 16.05.2016 / 13:49