Skip to content

Commit

Permalink
added docs generation to ifdef
Browse files Browse the repository at this point in the history
  • Loading branch information
ritamerkl committed Jan 9, 2025
1 parent 15c4d2d commit 696b057
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
#if UNITY_EDITOR
#if UNITY_2021_1_OR_NEWER
#if ((UNITY_EDITOR && UNITY_2021_1_OR_NEWER) || PACKAGE_DOCS_GENERATION)
using System;
using System.Collections.Generic;
using UnityEditor;
Expand Down Expand Up @@ -97,4 +96,3 @@ private static void ThrowWarningOnMissingPlugin()
}
}
#endif
#endif

0 comments on commit 696b057

Please sign in to comment.