Skip to content

Commit

Permalink
Fixed bug with invalid unity version
Browse files Browse the repository at this point in the history
* In later Unity versions it seems as if the unity version tag can only have year.major version.
  • Loading branch information
jzapdot committed Dec 15, 2023
1 parent b0c9da0 commit fe392fa
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Unity/Assets/PackageManifests/PackageManifestConfig.asset
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,16 @@ MonoBehaviour:
packageName: com.jeffcampbellmakesgames.utility
displayName: JCMG Utility
packageVersion: 0.1.2
unityVersion: 2021.3.14f1
unityVersion: 2021.3
description: A utility library for Unity
category: Utility
author:
name: Jeff Campbell
email: mirraraenn@gmail.com
url: https://jeffcampbellmakes.games
keywords: []
keywords:
- utility
- extensions
dependencies: []
versionConstantsPath: Assets/JCMG/Utility/Scripts/Editor
versionTemplateGuid: 29478dddd5aa744f0b35db8f65aae011
Expand Down

0 comments on commit fe392fa

Please sign in to comment.