├── Assets ├── DriveRealtime.cs ├── DriveRealtime.cs.meta ├── DriveTime.cs ├── DriveTime.cs.meta ├── ForceRenderRate.cs ├── ForceRenderRate.cs.meta ├── ForceRenderRate.unity ├── ForceRenderRate.unity.meta ├── GenLockedRecorder.cs ├── GenLockedRecorder.cs.meta ├── GenLockedRecorder.unity ├── GenLockedRecorder.unity.meta ├── RotateWithGameTime.cs ├── RotateWithGameTime.cs.meta ├── ShowLastRenderTexture.cs ├── ShowLastRenderTexture.cs.meta ├── TextFromTimeRealtime.cs ├── TextFromTimeRealtime.cs.meta ├── TextFromTimeTime.cs ├── TextFromTimeTime.cs.meta ├── UpdateStatsText.cs └── UpdateStatsText.cs.meta ├── Packages └── manifest.json ├── ProjectSettings ├── AudioManager.asset ├── ClusterInputManager.asset ├── DynamicsManager.asset ├── EditorBuildSettings.asset ├── EditorSettings.asset ├── GraphicsSettings.asset ├── InputManager.asset ├── NavMeshAreas.asset ├── NetworkManager.asset ├── Physics2DSettings.asset ├── PresetManager.asset ├── ProjectSettings.asset ├── ProjectVersion.txt ├── QualitySettings.asset ├── TagManager.asset ├── TimeManager.asset ├── UnityConnectSettings.asset ├── VFXManager.asset └── XRSettings.asset └── README.md /Assets/DriveRealtime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/DriveRealtime.cs -------------------------------------------------------------------------------- /Assets/DriveRealtime.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/DriveRealtime.cs.meta -------------------------------------------------------------------------------- /Assets/DriveTime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/DriveTime.cs -------------------------------------------------------------------------------- /Assets/DriveTime.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/DriveTime.cs.meta -------------------------------------------------------------------------------- /Assets/ForceRenderRate.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/ForceRenderRate.cs -------------------------------------------------------------------------------- /Assets/ForceRenderRate.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/ForceRenderRate.cs.meta -------------------------------------------------------------------------------- /Assets/ForceRenderRate.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/ForceRenderRate.unity -------------------------------------------------------------------------------- /Assets/ForceRenderRate.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/ForceRenderRate.unity.meta -------------------------------------------------------------------------------- /Assets/GenLockedRecorder.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/GenLockedRecorder.cs -------------------------------------------------------------------------------- /Assets/GenLockedRecorder.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/GenLockedRecorder.cs.meta -------------------------------------------------------------------------------- /Assets/GenLockedRecorder.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/GenLockedRecorder.unity -------------------------------------------------------------------------------- /Assets/GenLockedRecorder.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/GenLockedRecorder.unity.meta -------------------------------------------------------------------------------- /Assets/RotateWithGameTime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/RotateWithGameTime.cs -------------------------------------------------------------------------------- /Assets/RotateWithGameTime.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/RotateWithGameTime.cs.meta -------------------------------------------------------------------------------- /Assets/ShowLastRenderTexture.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/ShowLastRenderTexture.cs -------------------------------------------------------------------------------- /Assets/ShowLastRenderTexture.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/ShowLastRenderTexture.cs.meta -------------------------------------------------------------------------------- /Assets/TextFromTimeRealtime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/TextFromTimeRealtime.cs -------------------------------------------------------------------------------- /Assets/TextFromTimeRealtime.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/TextFromTimeRealtime.cs.meta -------------------------------------------------------------------------------- /Assets/TextFromTimeTime.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/TextFromTimeTime.cs -------------------------------------------------------------------------------- /Assets/TextFromTimeTime.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/TextFromTimeTime.cs.meta -------------------------------------------------------------------------------- /Assets/UpdateStatsText.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/UpdateStatsText.cs -------------------------------------------------------------------------------- /Assets/UpdateStatsText.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Assets/UpdateStatsText.cs.meta -------------------------------------------------------------------------------- /Packages/manifest.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/Packages/manifest.json -------------------------------------------------------------------------------- /ProjectSettings/AudioManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/AudioManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ClusterInputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/ClusterInputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/DynamicsManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/DynamicsManager.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorBuildSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/EditorBuildSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/EditorSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/EditorSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/GraphicsSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/GraphicsSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/InputManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/InputManager.asset -------------------------------------------------------------------------------- /ProjectSettings/NavMeshAreas.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/NavMeshAreas.asset -------------------------------------------------------------------------------- /ProjectSettings/NetworkManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/NetworkManager.asset -------------------------------------------------------------------------------- /ProjectSettings/Physics2DSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/Physics2DSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/PresetManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/PresetManager.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/ProjectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/ProjectVersion.txt: -------------------------------------------------------------------------------- 1 | m_EditorVersion: 2018.3.3f1 2 | -------------------------------------------------------------------------------- /ProjectSettings/QualitySettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/QualitySettings.asset -------------------------------------------------------------------------------- /ProjectSettings/TagManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/TagManager.asset -------------------------------------------------------------------------------- /ProjectSettings/TimeManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/TimeManager.asset -------------------------------------------------------------------------------- /ProjectSettings/UnityConnectSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/UnityConnectSettings.asset -------------------------------------------------------------------------------- /ProjectSettings/VFXManager.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/VFXManager.asset -------------------------------------------------------------------------------- /ProjectSettings/XRSettings.asset: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/ProjectSettings/XRSettings.asset -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Unity-Technologies/GenLockProofOfConcept/HEAD/README.md --------------------------------------------------------------------------------