1
0
forked from cgvr/DeltaVR

FMODi paigaldamine projekti sisse, fmod project created, assets are imported into FMOD; AudioManager and FMODEvents scripts, VR is set up

This commit is contained in:
Timur Nizamov
2025-10-12 20:57:56 +03:00
parent cb73b9cbbc
commit f542c4c57e
770 changed files with 47580 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
using System;
using UnityEngine;
namespace FMODUnity
{
[Obsolete("Use the EventReference struct instead")]
public class EventRefAttribute : PropertyAttribute
{
public string MigrateTo = null;
}
}