Removed TOTU 103
This commit is contained in:
		
							
								
								
									
										28
									
								
								Assets/Common/Scripts/VersionRead.cs
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										28
									
								
								Assets/Common/Scripts/VersionRead.cs
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,28 @@ | ||||
| // Copyright 2022-2024 Niantic. | ||||
| using UnityEngine; | ||||
| using UnityEngine.UI; | ||||
|  | ||||
|  | ||||
| public class VersionRead : MonoBehaviour | ||||
| { | ||||
|  | ||||
|     [SerializeField] | ||||
|     private Text uiTextBox; | ||||
|  | ||||
|     private const string SamplesVersion = "3.10.0"; | ||||
|  | ||||
|     void Awake() | ||||
|     { | ||||
|         Screen.orientation = ScreenOrientation.Portrait; | ||||
|     } | ||||
|  | ||||
|     // Start is called before the first frame update | ||||
|     void Start() | ||||
|     { | ||||
|  | ||||
|         //uiTextBox.text = "ARDK: " + Niantic.Lightship.AR.Settings.Metadata.Version + | ||||
|         //    "\n" + "Shared AR: " + Niantic.Lightship.SharedAR.Settings.Metadata.SharedArVersion + | ||||
|         //    "\n" + "Samples: " + SamplesVersion; | ||||
|     } | ||||
|  | ||||
| } | ||||
		Reference in New Issue
	
	Block a user
	 Ignacio Gómez Puga
					Ignacio Gómez Puga