Commit 7e9640e7 authored by Rolando Neira's avatar Rolando Neira

Corrigiendo videos

parent 12eedb92
...@@ -20,7 +20,8 @@ using System; ...@@ -20,7 +20,8 @@ using System;
public class GestorMenuInteractivo : MonoBehaviour public class GestorMenuInteractivo : MonoBehaviour
{ {
public Sprite FondoVideoOfertaSinImage;
public Sprite FondoVideoOfertaSinVideo;
public AudioClip[] audioBoton; //Arreglo de audios public AudioClip[] audioBoton; //Arreglo de audios
public GameObject videoOfertaPrefab; //Boton para poner el video de oferta de la lista de ofertas el json public GameObject videoOfertaPrefab; //Boton para poner el video de oferta de la lista de ofertas el json
public GameObject btnAreaOfertaPrefab; //Boton de la lista de ofetas public GameObject btnAreaOfertaPrefab; //Boton de la lista de ofetas
...@@ -200,7 +201,16 @@ public class GestorMenuInteractivo : MonoBehaviour ...@@ -200,7 +201,16 @@ public class GestorMenuInteractivo : MonoBehaviour
imgOfertas = new Sprite[dataApi["ofertas"].AsArray.Count]; imgOfertas = new Sprite[dataApi["ofertas"].AsArray.Count];
for (int i =0; i < dataApi["ofertas"].AsArray.Count; i++) for (int i =0; i < dataApi["ofertas"].AsArray.Count; i++)
{ {
if((string)dataApi["ofertas"].AsArray[i]["imagen"]=="" || (string) dataApi["ofertas"].AsArray[i]["video"]==""){
if((string)dataApi["ofertas"].AsArray[i]["imagen"]==""){
imgOfertas[i] = FondoVideoOfertaSinImage;
}
if((string)dataApi["ofertas"].AsArray[i]["video"]==""){
imgOfertas[i] = FondoVideoOfertaSinVideo;
}
}else{
StartCoroutine(CargarImagenOferta(i, dataApi["ofertas"].AsArray[i]["imagen"])); StartCoroutine(CargarImagenOferta(i, dataApi["ofertas"].AsArray[i]["imagen"]));
}
string nivel = dataApi["ofertas"].AsArray[i]["nivel"]; string nivel = dataApi["ofertas"].AsArray[i]["nivel"];
string modalidad = dataApi["ofertas"].AsArray[i]["modalidad"]; string modalidad = dataApi["ofertas"].AsArray[i]["modalidad"];
string area = dataApi["ofertas"].AsArray[i]["area"]; string area = dataApi["ofertas"].AsArray[i]["area"];
...@@ -383,7 +393,12 @@ public class GestorMenuInteractivo : MonoBehaviour ...@@ -383,7 +393,12 @@ public class GestorMenuInteractivo : MonoBehaviour
btn.transform.GetChild(3).GetChild(0).GetComponent<Text>().text =listaOfertas.Split('&')[i].Split('|')[1]; btn.transform.GetChild(3).GetChild(0).GetComponent<Text>().text =listaOfertas.Split('&')[i].Split('|')[1];
btn.GetComponent<Image>().sprite = imgOfertas[i]; btn.GetComponent<Image>().sprite = imgOfertas[i];
string ayudaUrl = listaOfertas.Split('&')[i].Split('|')[4]; string ayudaUrl = listaOfertas.Split('&')[i].Split('|')[4];
if(ayudaUrl == ""){
btn.transform.GetChild(0).gameObject.SetActive(false);
btn.GetComponent<Button>().interactable = false;
}else{
btn.GetComponent<Button>().onClick.AddListener(() => ReproducirVideoTitulacion(btn.transform.GetChild(1).GetChild(0).GetComponent<Text>().text, ayudaUrl)); btn.GetComponent<Button>().onClick.AddListener(() => ReproducirVideoTitulacion(btn.transform.GetChild(1).GetChild(0).GetComponent<Text>().text, ayudaUrl));
}
btn.transform.SetParent(ContenedorListaOferta); btn.transform.SetParent(ContenedorListaOferta);
} }
} }
......
...@@ -6315,6 +6315,10 @@ MonoBehaviour: ...@@ -6315,6 +6315,10 @@ MonoBehaviour:
m_Script: {fileID: 11500000, guid: 5959b15bcda9ae64e823f0a22275cc1f, type: 3} m_Script: {fileID: 11500000, guid: 5959b15bcda9ae64e823f0a22275cc1f, type: 3}
m_Name: m_Name:
m_EditorClassIdentifier: m_EditorClassIdentifier:
FondoVideoOfertaSinImage: {fileID: 21300000, guid: 5f44a3dc69a9dca44b01e020650d33b2,
type: 3}
FondoVideoOfertaSinVideo: {fileID: 21300000, guid: 520157baa0dd7ce479ae90502eda00e0,
type: 3}
audioBoton: audioBoton:
- {fileID: 8300000, guid: f51efa4af9672ba429d9d6f56f201551, type: 3} - {fileID: 8300000, guid: f51efa4af9672ba429d9d6f56f201551, type: 3}
videoOfertaPrefab: {fileID: 7878594192141749633, guid: 1ba01f892601e3c41a567f45cdd273f3, videoOfertaPrefab: {fileID: 7878594192141749633, guid: 1ba01f892601e3c41a567f45cdd273f3,
......
fileFormatVersion: 2
guid: 5f44a3dc69a9dca44b01e020650d33b2
TextureImporter:
fileIDToRecycleName: {}
externalObjects: {}
serializedVersion: 9
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: -1
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: -1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 1
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: iPhone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: tvOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Windows Store Apps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites: []
outline: []
physicsShape: []
bones: []
spriteID:
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
fileFormatVersion: 2
guid: 520157baa0dd7ce479ae90502eda00e0
TextureImporter:
fileIDToRecycleName:
21300000: FondoVideoOfertaSinVideo_0
externalObjects: {}
serializedVersion: 9
mipmaps:
mipMapMode: 0
enableMipMap: 0
sRGBTexture: 1
linearTexture: 0
fadeOut: 0
borderMipMap: 0
mipMapsPreserveCoverage: 0
alphaTestReferenceValue: 0.5
mipMapFadeDistanceStart: 1
mipMapFadeDistanceEnd: 3
bumpmap:
convertToNormalMap: 0
externalNormalMap: 0
heightScale: 0.25
normalMapFilter: 0
isReadable: 0
streamingMipmaps: 0
streamingMipmapsPriority: 0
grayScaleToAlpha: 0
generateCubemap: 6
cubemapConvolution: 0
seamlessCubemap: 0
textureFormat: 1
maxTextureSize: 2048
textureSettings:
serializedVersion: 2
filterMode: -1
aniso: -1
mipBias: -100
wrapU: 1
wrapV: 1
wrapW: -1
nPOTScale: 0
lightmap: 0
compressionQuality: 50
spriteMode: 2
spriteExtrude: 1
spriteMeshType: 1
alignment: 0
spritePivot: {x: 0.5, y: 0.5}
spritePixelsToUnits: 100
spriteBorder: {x: 0, y: 0, z: 0, w: 0}
spriteGenerateFallbackPhysicsShape: 1
alphaUsage: 1
alphaIsTransparency: 1
spriteTessellationDetail: -1
textureType: 8
textureShape: 1
singleChannelComponent: 0
maxTextureSizeSet: 0
compressionQualitySet: 0
textureFormatSet: 0
platformSettings:
- serializedVersion: 2
buildTarget: DefaultTexturePlatform
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Standalone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: iPhone
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: tvOS
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Android
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: Windows Store Apps
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
- serializedVersion: 2
buildTarget: WebGL
maxTextureSize: 2048
resizeAlgorithm: 0
textureFormat: -1
textureCompression: 1
compressionQuality: 50
crunchedCompression: 0
allowsAlphaSplitting: 0
overridden: 0
androidETC2FallbackOverride: 0
spriteSheet:
serializedVersion: 2
sprites:
- serializedVersion: 2
name: FondoVideoOfertaSinVideo_0
rect:
serializedVersion: 2
x: 276
y: 88
width: 714
height: 632
alignment: 0
pivot: {x: 0.5, y: 0.5}
border: {x: 0, y: 0, z: 0, w: 0}
outline: []
physicsShape: []
tessellationDetail: 0
bones: []
spriteID: c2bd50b544e5cdc4185287a1aaef9ea5
vertices: []
indices:
edges: []
weights: []
outline: []
physicsShape: []
bones: []
spriteID: 3443d0a67b210ad4e90f101a1db9ee6d
vertices: []
indices:
edges: []
weights: []
spritePackingTag:
pSDRemoveMatte: 0
pSDShowRemoveMatteOption: 0
userData:
assetBundleName:
assetBundleVariant:
...@@ -21,7 +21,7 @@ MonoBehaviour: ...@@ -21,7 +21,7 @@ MonoBehaviour:
m_ShowMode: 4 m_ShowMode: 4
m_Title: m_Title:
m_RootView: {fileID: 2} m_RootView: {fileID: 2}
m_MinSize: {x: 950, y: 300} m_MinSize: {x: 950, y: 548}
m_MaxSize: {x: 10000, y: 10000} m_MaxSize: {x: 10000, y: 10000}
--- !u!114 &2 --- !u!114 &2
MonoBehaviour: MonoBehaviour:
...@@ -45,7 +45,7 @@ MonoBehaviour: ...@@ -45,7 +45,7 @@ MonoBehaviour:
y: 0 y: 0
width: 1522 width: 1522
height: 767 height: 767
m_MinSize: {x: 950, y: 300} m_MinSize: {x: 950, y: 548}
m_MaxSize: {x: 10000, y: 10000} m_MaxSize: {x: 10000, y: 10000}
--- !u!114 &3 --- !u!114 &3
MonoBehaviour: MonoBehaviour:
...@@ -114,7 +114,7 @@ MonoBehaviour: ...@@ -114,7 +114,7 @@ MonoBehaviour:
m_MinSize: {x: 687, y: 498} m_MinSize: {x: 687, y: 498}
m_MaxSize: {x: 16012, y: 14048} m_MaxSize: {x: 16012, y: 14048}
vertical: 0 vertical: 0
controlID: 139 controlID: 2265
--- !u!114 &6 --- !u!114 &6
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
...@@ -139,7 +139,7 @@ MonoBehaviour: ...@@ -139,7 +139,7 @@ MonoBehaviour:
m_MinSize: {x: 410, y: 498} m_MinSize: {x: 410, y: 498}
m_MaxSize: {x: 12010, y: 14048} m_MaxSize: {x: 12010, y: 14048}
vertical: 1 vertical: 1
controlID: 77 controlID: 2266
--- !u!114 &7 --- !u!114 &7
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
...@@ -165,7 +165,7 @@ MonoBehaviour: ...@@ -165,7 +165,7 @@ MonoBehaviour:
m_MinSize: {x: 410, y: 224} m_MinSize: {x: 410, y: 224}
m_MaxSize: {x: 12010, y: 4024} m_MaxSize: {x: 12010, y: 4024}
vertical: 0 vertical: 0
controlID: 78 controlID: 2267
--- !u!114 &8 --- !u!114 &8
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
...@@ -185,8 +185,8 @@ MonoBehaviour: ...@@ -185,8 +185,8 @@ MonoBehaviour:
y: 0 y: 0
width: 229 width: 229
height: 443 height: 443
m_MinSize: {x: 100, y: 100} m_MinSize: {x: 102, y: 124}
m_MaxSize: {x: 4000, y: 4000} m_MaxSize: {x: 4002, y: 4024}
m_ActualView: {fileID: 15} m_ActualView: {fileID: 15}
m_Panes: m_Panes:
- {fileID: 14} - {fileID: 14}
...@@ -210,10 +210,10 @@ MonoBehaviour: ...@@ -210,10 +210,10 @@ MonoBehaviour:
serializedVersion: 2 serializedVersion: 2
x: 229 x: 229
y: 0 y: 0
width: 247 width: 295
height: 443 height: 443
m_MinSize: {x: 200, y: 200} m_MinSize: {x: 204, y: 224}
m_MaxSize: {x: 4000, y: 4000} m_MaxSize: {x: 4004, y: 4024}
m_ActualView: {fileID: 13} m_ActualView: {fileID: 13}
m_Panes: m_Panes:
- {fileID: 13} - {fileID: 13}
...@@ -234,12 +234,12 @@ MonoBehaviour: ...@@ -234,12 +234,12 @@ MonoBehaviour:
m_Children: [] m_Children: []
m_Position: m_Position:
serializedVersion: 2 serializedVersion: 2
x: 476 x: 524
y: 0 y: 0
width: 601 width: 553
height: 443 height: 443
m_MinSize: {x: 100, y: 100} m_MinSize: {x: 104, y: 124}
m_MaxSize: {x: 4000, y: 4000} m_MaxSize: {x: 4004, y: 4024}
m_ActualView: {fileID: 16} m_ActualView: {fileID: 16}
m_Panes: m_Panes:
- {fileID: 16} - {fileID: 16}
...@@ -296,8 +296,8 @@ MonoBehaviour: ...@@ -296,8 +296,8 @@ MonoBehaviour:
y: 0 y: 0
width: 445 width: 445
height: 717 height: 717
m_MinSize: {x: 275, y: 50} m_MinSize: {x: 277, y: 74}
m_MaxSize: {x: 4000, y: 4000} m_MaxSize: {x: 4002, y: 4024}
m_ActualView: {fileID: 24} m_ActualView: {fileID: 24}
m_Panes: m_Panes:
- {fileID: 24} - {fileID: 24}
...@@ -326,7 +326,7 @@ MonoBehaviour: ...@@ -326,7 +326,7 @@ MonoBehaviour:
serializedVersion: 2 serializedVersion: 2
x: 236 x: 236
y: 80.8 y: 80.8
width: 243 width: 291
height: 423 height: 423
m_PersistentViewDataDictionary: {fileID: 0} m_PersistentViewDataDictionary: {fileID: 0}
m_MaximizeOnPlay: 1 m_MaximizeOnPlay: 1
...@@ -360,25 +360,25 @@ MonoBehaviour: ...@@ -360,25 +360,25 @@ MonoBehaviour:
serializedVersion: 2 serializedVersion: 2
x: 0 x: 0
y: 17 y: 17
width: 243 width: 291
height: 406 height: 406
m_Scale: {x: 0.2643229, y: 0.2643229} m_Scale: {x: 0.2643229, y: 0.2643229}
m_Translation: {x: 121.5, y: 203} m_Translation: {x: 145.5, y: 203}
m_MarginLeft: 0 m_MarginLeft: 0
m_MarginRight: 0 m_MarginRight: 0
m_MarginTop: 0 m_MarginTop: 0
m_MarginBottom: 0 m_MarginBottom: 0
m_LastShownAreaInsideMargins: m_LastShownAreaInsideMargins:
serializedVersion: 2 serializedVersion: 2
x: -459.66504 x: -550.4631
y: -768 y: -768
width: 919.3301 width: 1100.9261
height: 1536 height: 1536
m_MinimalGUI: 1 m_MinimalGUI: 1
m_defaultScale: 0.2643229 m_defaultScale: 0.2643229
m_TargetTexture: {fileID: 0} m_TargetTexture: {fileID: 0}
m_CurrentColorSpace: 0 m_CurrentColorSpace: 0
m_LastWindowPixelSize: {x: 303.75, y: 528.75} m_LastWindowPixelSize: {x: 363.75, y: 528.75}
m_ClearInEditMode: 1 m_ClearInEditMode: 1
m_NoCameraWarning: 1 m_NoCameraWarning: 1
m_LowResolutionForAspectRatios: 01000000000100000100 m_LowResolutionForAspectRatios: 01000000000100000100
...@@ -412,9 +412,9 @@ MonoBehaviour: ...@@ -412,9 +412,9 @@ MonoBehaviour:
m_SceneHierarchy: m_SceneHierarchy:
m_TreeViewState: m_TreeViewState:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: e4290000 m_SelectedIDs: 9a5d0000
m_LastClickedID: 0 m_LastClickedID: 0
m_ExpandedIDs: d0f4ffffeef4ffff58f9ffff94f9ffffb2fbffff m_ExpandedIDs: 20dbffffecdbffff84f3ffffdef9ffffb2fbffff
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
...@@ -467,9 +467,9 @@ MonoBehaviour: ...@@ -467,9 +467,9 @@ MonoBehaviour:
m_SceneHierarchy: m_SceneHierarchy:
m_TreeViewState: m_TreeViewState:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: m_SelectedIDs: 9a5d0000
m_LastClickedID: 0 m_LastClickedID: 0
m_ExpandedIDs: d0f4ffffeef4ffff58f9ffff94f9ffffb2fbffff m_ExpandedIDs: 20dbffffecdbffff84f3ffffdef9ffffb2fbffff
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
...@@ -514,9 +514,9 @@ MonoBehaviour: ...@@ -514,9 +514,9 @@ MonoBehaviour:
m_Tooltip: m_Tooltip:
m_Pos: m_Pos:
serializedVersion: 2 serializedVersion: 2
x: 483.2 x: 531.2
y: 80.8 y: 80.8
width: 597 width: 549
height: 423 height: 423
m_PersistentViewDataDictionary: {fileID: 0} m_PersistentViewDataDictionary: {fileID: 0}
m_WindowGUID: c387872c2041eab4aaccd64c53906429 m_WindowGUID: c387872c2041eab4aaccd64c53906429
...@@ -637,20 +637,20 @@ MonoBehaviour: ...@@ -637,20 +637,20 @@ MonoBehaviour:
m_ShowAllHits: 0 m_ShowAllHits: 0
m_SearchArea: 1 m_SearchArea: 1
m_Folders: m_Folders:
- Assets/codigos/talo - Assets/imagenes/Nuevas
m_ViewMode: 1 m_ViewMode: 1
m_StartGridSize: 16 m_StartGridSize: 16
m_LastFolders: m_LastFolders:
- Assets/codigos/talo - Assets/imagenes/Nuevas
m_LastFoldersGridSize: 16 m_LastFoldersGridSize: 16
m_LastProjectPath: C:\Users\ROLAS\Documents\ROLANDO\NODOLAB\GIT\pantallas\PantallaNodo_V2.0\PantallaNodo m_LastProjectPath: C:\Users\ROLAS\Documents\ROLANDO\NODOLAB\GIT\pantallas\PantallaNodo_V2.0\PantallaNodo
m_LockTracker: m_LockTracker:
m_IsLocked: 0 m_IsLocked: 0
m_FolderTreeState: m_FolderTreeState:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 60}
m_SelectedIDs: 22480000 m_SelectedIDs: d83d0000
m_LastClickedID: 18466 m_LastClickedID: 15832
m_ExpandedIDs: 00000000d82f000064310000923100004a32000018370000783700004a3900000c3b0000483e00002c3f0000523f00006e3f0000dc40000074410000c6410000fc410000224300006843000090460000c246000074490000904a0000be4a0000884b00005c5c00005e5c0000605c0000625c0000645c0000665c0000685c00006a5c0000 m_ExpandedIDs: 00000000d82f000064310000923100004a3200004e33000018370000783700004a3900000c3b0000483e00002c3f0000523f00006e3f0000dc40000074410000c6410000fc410000224300006843000090460000c246000074490000904a0000884b0000b2540000b4540000b6540000b8540000ba540000bc540000be540000c0540000
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
...@@ -678,7 +678,7 @@ MonoBehaviour: ...@@ -678,7 +678,7 @@ MonoBehaviour:
scrollPos: {x: 0, y: 0} scrollPos: {x: 0, y: 0}
m_SelectedIDs: m_SelectedIDs:
m_LastClickedID: 0 m_LastClickedID: 0
m_ExpandedIDs: 00000000d82f000064310000923100004a32000018370000783700004a3900000c3b0000483e00002c3f0000523f00006e3f0000dc40000074410000c6410000fc410000224300006843000090460000c246000074490000904a0000be4a0000884b00005c5c00005e5c0000605c0000625c0000645c0000665c0000685c00006a5c0000 m_ExpandedIDs: 00000000d82f000064310000923100004a3200004e33000018370000783700004a3900000c3b0000483e00002c3f0000523f00006e3f0000dc40000074410000c6410000fc410000224300006843000090460000c246000074490000904a0000884b0000b2540000b4540000b6540000b8540000ba540000bc540000be540000c0540000
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
m_Name: m_Name:
...@@ -705,7 +705,7 @@ MonoBehaviour: ...@@ -705,7 +705,7 @@ MonoBehaviour:
m_ListAreaState: m_ListAreaState:
m_SelectedInstanceIDs: m_SelectedInstanceIDs:
m_LastClickedInstanceID: 0 m_LastClickedInstanceID: 0
m_HadKeyboardFocusLastEvent: 1 m_HadKeyboardFocusLastEvent: 0
m_ExpandedInstanceIDs: c623000068380000925a0000903100009c400000b648000086fd000090490000024400003257000028720000384a00002e5700008e590000226b0000063b00003e8e0000a8d3feff023b0000b84b0000068a0000565b00007e4b0000ba4c0000445b0000083700003e2f0000e03f000080e0fbff720df5ff483700002e510000cc4000003a2f00001e610000bc40000070340000744c0000f0480000204600007664000086390000284100008c40000082340000e24e00007a4b0000c23d000070380000a25700005cb2fcff72380000fe42000092350000cc36000020490000f630000026360000a2bc0000c44f0000963500007a350000882a0000642a00000e2b0000f432000044ca0000cc2f000028370000982e00007a360000d82d0000ea3c0000a62e0000323f0000523f0000c61f0100d61e010044180000ee1d00005619000008170000f8320500f6320500701c0000024300003c3200000236000096440000283900002c3e0000e6410000663d00007c3b0000ec360000243600006e460000b4800000483401004c3401005c340100c23f0000e8480000363c0000a04100007c46000076350000d87500005a370000a0470000f4430000bc4300005a2f0000e83a0000763b0000444b0000743c000062370000a84700006263000068450000446e0000344c000050510000185d000032420000083800009e3c0000305a0000ec4d0000e83c0000424e000094a80000ea3b0000303e000012800000a24e0000b24e0000984f0000f448000086460000a436000056430000ca3d0000d23d0000e6450000be5400006234000000000000723f00000841000018500000844b0000ce440000 m_ExpandedInstanceIDs: c623000068380000925a0000903100009c400000b648000086fd000090490000024400003257000028720000384a00002e5700008e590000226b0000063b00003e8e0000a8d3feff023b0000b84b0000068a0000565b00007e4b0000ba4c0000445b0000083700003e2f0000e03f000080e0fbff720df5ff483700002e510000cc4000003a2f00001e610000bc40000070340000744c0000f0480000204600007664000086390000284100008c40000082340000e24e00007a4b0000c23d000070380000a25700005cb2fcff72380000fe42000092350000cc36000020490000f630000026360000a2bc0000c44f0000963500007a350000882a0000642a00000e2b0000f432000044ca0000cc2f000028370000982e00007a360000d82d0000ea3c0000a62e0000323f0000523f0000c61f0100d61e010044180000ee1d00005619000008170000f8320500f6320500701c0000024300003c3200000236000096440000283900002c3e0000e6410000663d00007c3b0000ec360000243600006e460000b4800000483401004c3401005c340100c23f0000e8480000363c0000a04100007c46000076350000d87500005a370000a0470000f4430000bc4300005a2f0000e83a0000763b0000444b0000743c000062370000a84700006263000068450000446e0000344c000050510000185d000032420000083800009e3c0000305a0000ec4d0000e83c0000424e000094a80000ea3b0000303e000012800000a24e0000b24e0000984f0000f448000086460000a436000056430000ca3d0000d23d0000e6450000be5400006234000000000000723f00000841000018500000844b0000ce440000
m_RenameOverlay: m_RenameOverlay:
m_UserAcceptedRename: 0 m_UserAcceptedRename: 0
...@@ -1543,7 +1543,7 @@ MonoBehaviour: ...@@ -1543,7 +1543,7 @@ MonoBehaviour:
m_PersistentViewDataDictionary: {fileID: 0} m_PersistentViewDataDictionary: {fileID: 0}
m_LockTracker: m_LockTracker:
m_IsLocked: 0 m_IsLocked: 0
m_LastSelectedObjectID: 22358 m_LastSelectedObjectID: 22388
--- !u!114 &23 --- !u!114 &23
MonoBehaviour: MonoBehaviour:
m_ObjectHideFlags: 52 m_ObjectHideFlags: 52
......
sceneSetups: sceneSetups:
- path: Assets/escenas/sceneinteractiva.unity - path: Assets/escenas/SceneLoadingData.unity
isLoaded: 1 isLoaded: 1
isActive: 1 isActive: 1
08d6b11ee47c7200.08d6b11ee6decc00
\ No newline at end of file
{"m_ExpandedPrefabGameObjectFileIDs":[7878594192141749633],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":1017121486181149665,"m_LastClickedInstanceID":0} {"m_ExpandedPrefabGameObjectFileIDs":[7878594192141749633],"m_ExpandedSceneGameObjectInstanceIDs":[],"m_ScrollY":0.0,"m_LastClickedFileID":8159874720277517018,"m_LastClickedInstanceID":0}
\ No newline at end of file \ No newline at end of file
Base path: C:/Program Files/Unity/Editor/Data Base path: C:/Program Files/Unity/Editor/Data
Cmd: initializeCompiler Cmd: initializeCompiler
Cmd: initializeCompiler Cmd: initializeCompiler
Cmd: initializeCompiler
Cmd: initializeCompiler
Cmd: initializeCompiler
Cmd: initializeCompiler
Cmd: initializeCompiler
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