implementation of drecon in unity 2022 lts
forked from:
https://github.com/joanllobera/marathon-envs
8 lines
179 B
8 lines
179 B
using System.Collections;
|
|
using System.Collections.Generic;
|
|
using UnityEngine;
|
|
|
|
public class VirtualCameraSettings : MonoBehaviour
|
|
{
|
|
public CameraSettings m_CameraSettings;
|
|
}
|
|
|