Skip to content

Commit

Permalink
🐛 Fix WebGLTemplatesExporter
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Sep 24, 2023
1 parent 701dc37 commit fde5520
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Runtime/codebase/Exporters/WebGLTemplatesExporter.cs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#if UNITY_WEBGL && UNITY_EDITOR

using System.Collections.Generic;
using System.Collections.Generic;
using UnityEngine;
using UnityEditor;
using System.IO;

#if UNITY_WEBGL && UNITY_EDITOR

/// Inspired by Author: Jonas Hahn, Source: https://github.com/Woody4618/Solana.Unity-SDK/blob/main/Runtime/codebase/WebGLTemplatePostProcessor.cs

/// <summary>
Expand Down

0 comments on commit fde5520

Please sign in to comment.