UnityEnvironment constructor
const
UnityEnvironment({})
Implementation
const UnityEnvironment({
required this.unityWorkspace,
required this.iosUnityPath,
required this.androidUnityPath,
required this.unityEnginePath,
});