Skip to content

Commit

Permalink
fix: wrapped missing VContainer usage with defines
Browse files Browse the repository at this point in the history
  • Loading branch information
dre0dru committed Sep 11, 2023
1 parent fd8c00b commit 2c73201
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Runtime/AddressableAssets/Loaders/AssetsLoaderExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
using Cysharp.Threading.Tasks;
using UnityEngine;
using UnityEngine.AddressableAssets;
#if VCONTAINER_SUPPORT
using VContainer;
#endif

namespace Dre0Dru.AddressableAssets.Loaders
{
Expand Down

0 comments on commit 2c73201

Please sign in to comment.