Commit 12eedb92 authored by Rolando Neira's avatar Rolando Neira

Ultima version

parent 5810b688
......@@ -793,7 +793,7 @@ public class GestorMenuInteractivo : MonoBehaviour
GameObject btn = Instantiate(botonObservatorioPrefab);
btn.transform.GetChild(0).GetComponent<Text>().text = item["name_observatorio"];
StartCoroutine(CargarImagen(btn.transform.GetChild(1).GetComponent<Image>(), item["icon_observatorio"]));
btn.GetComponent<Button>().onClick.AddListener(() => visualizarContenidoObsevatorio("http://localhost:8080/datapantalla/clima.php"));
btn.GetComponent<Button>().onClick.AddListener(() => visualizarContenidoObsevatorio(item["url_api"]));
btn.transform.SetParent(contenedorListaObservatorios);
}
DateTime FechaTimeActual = Convert.ToDateTime(fechaActual); //Convierte el string(Fecha actual) a una fecha
......
sceneSetups:
- path: Assets/escenas/SceneLoadingData.unity
- path: Assets/escenas/sceneinteractiva.unity
isLoaded: 1
isActive: 1
Win64
PlayerPath?
C:/Users/ROLAS/Downloads/Nueva carpeta/PantallaNodo.exe
C:/Users/ROLAS/Downloads/pantalla/PantallaNodo.exe
SceneListBegin?
Assets/escenas/SceneLoadingData.unity
Assets/escenas/sceneinteractiva.unity
......
08d6b11ee47c7200.08d6b11ee6decc00
\ No newline at end of file
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":2622.822021484375,"y":366.1380310058594,"z":9.528022766113282},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":2366.104736328125,"orthographic":true}
\ No newline at end of file
{"cameraMode":{"drawMode":0,"name":"Shaded","section":"Shading Mode"},"sceneLighting":true,"audioPlay":false,"sceneViewState":{"showFog":true,"showMaterialUpdate":false,"showSkybox":true,"showFlares":true,"showImageEffects":true,"showParticleSystems":true},"in2DMode":true,"pivot":{"x":1300.2861328125,"y":904.3331298828125,"z":9.5},"rotation":{"x":0.0,"y":0.0,"z":0.0,"w":1.0},"size":2366.104736328125,"orthographic":true}
\ No newline at end of file
Base path: C:/Program Files/Unity/Editor/Data
Cmd: initializeCompiler
Cmd: initializeCompiler
Cmd: initializeCompiler
Cmd: initializeCompiler
Cmd: initializeCompiler
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment