This commit is contained in:
2026-04-28 00:07:42 +07:00
parent e051667037
commit 252489f48a
570 changed files with 2423 additions and 10875 deletions

View File

@@ -0,0 +1,18 @@
#if !FUSION_DEV
#region Assets/Photon/Fusion/Runtime/AssemblyAttributes/FusionAssemblyAttributes.Common.cs
// merged AssemblyAttributes
#region RegisterResourcesLoader.cs
// register a default loader; it will attempt to load the asset from their default paths if they happen to be Resources
[assembly: Fusion.FusionGlobalScriptableObjectResource(typeof(Fusion.FusionGlobalScriptableObject), Order = 2000, AllowFallback = true)]
#endregion
#endregion
#endif