Files
Fishing2/Packages/com.waveharmonic.crest/Editor/Scripts/Requirements/Requirements.cs
2026-01-01 22:00:33 +08:00

35 lines
1.1 KiB
C#

// Crest Water System
// Copyright © 2024 Wave Harmonic. All rights reserved.
#if !UNITY_2022_3_OR_NEWER
#error "Crest requires Unity version 2022.3 at a minimum."
#endif
#if d_UpdateCPUQueries
#error "Your <i>Crest - CPU Queries</i> package needs to be updated to be compatible with this version of Crest."
#endif
#if d_UpdatePaint
#error "Your <i>Crest - Paint</i> package needs to be updated to be compatible with this version of Crest."
#endif
#if d_UpdatePortals
#error "Your <i>Crest - Portals</i> package needs to be updated to be compatible with this version of Crest."
#endif
#if d_UpdateShallowWater
#error "Your <i>Crest - Shallow Water</i> package needs to be updated to be compatible with this version of Crest."
#endif
#if d_UpdateShiftingOrigin
#error "Your <i>Crest - Shifting Origin</i> package needs to be updated to be compatible with this version of Crest."
#endif
#if d_UpdateSplines
#error "Your <i>Crest - Splines</i> package needs to be updated to be compatible with this version of Crest."
#endif
#if d_UpdateWhirlpool
#error "Your <i>Crest - Whirlpool</i> package needs to be updated to be compatible with this version of Crest."
#endif