Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Asset bundles guide #534

Merged
merged 11 commits into from
Mar 1, 2024
Prev Previous commit
Next Next commit
Add Nautilus.Utility using statement
  • Loading branch information
LeeTwentyThree committed Mar 1, 2024
commit d4616b4691fb73085a4949487db9e3d82f0fdfd0
1 change: 1 addition & 0 deletions Nautilus/Documentation/guides/assetbundles.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ Here is one example of how to load in the asset bundle using the Nautilus ``Asse

```csharp
using BepInEx;
using Nautilus.Utility;
using System.IO;
using System.Reflection;
using UnityEngine;
Expand Down
Loading