Skip to content

Commit f954309

Browse files
committed
Fix compilation on Unity < 5.3.
Fixes issue #108.
1 parent 7a9059f commit f954309

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Assets/FullSerializer/Source/Converters/Unity/UnityEvent_Converter.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#if !NO_UNITY
1+
#if !NO_UNITY && UNITY_5_3_OR_NEWER
22
using System;
33
using UnityEngine;
44
using UnityEngine.Events;

0 commit comments

Comments
 (0)