Skip to content

Commit

Permalink
Update webConfig.json
Browse files Browse the repository at this point in the history
  • Loading branch information
DA-Assets committed Jul 15, 2024
1 parent 0555d88 commit 8fd6950
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions files/webConfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,31 +165,31 @@
"version": "3.0.0",
"versionType": 2,
"releaseDate": "Sep 18, 2023",
"description": "This version contains bugs that were fixed in 3.0.1 version:\\n- Saving Figma session;\\n- Bug with the TryAdd method on some versions of Unity;\\n- Bug with downloading sprites on MacOS."
"description": "Added:\n\n• Automatic prefab creation for same components. Creating components from existing prefabs during next imports;\n• Automatic downloading of missing fonts from the Google Fonts repository;\n• Automatic coloring of single color sprites to white for color overlay using the Image component;\n• Automatic project backup before each import and prefab creation;\n• RectMask2D support;\n• Import events (for customization, e.g., adding custom scripts to imported components, etc.);\n\nRemoved:\n\n• Mipmap generation for downloaded sprites (for faster import);\n• FCU_Button script (remains in the asset but is not used, will be replaced with an improved version in future releases);\n• Relative positioning mode (with frame boundaries aligned to the boundaries of the Game tab) has been removed, and now Absolute positioning is used by default (frames are positioned as in the Figma layout);\n\nFixed:\n• Algorithm for identifying identical objects;\n• Many other fixes and improvements;"
},
{
"version": "3.0.1",
"versionType": 2,
"releaseDate": "Sep 19, 2023",
"description": "This version contains a bug with font assignment, which was fixed in version 3.0.2."
"description": "Fixed:\n\n• Saving Figma session;\n• TryAdd method on some versions of Unity;\n• Downloading sprites on MacOS."
},
{
"version": "3.0.2",
"versionType": 2,
"releaseDate": "Sep 21, 2023",
"description": "This version contains bugs that were fixed in 3.0.4 version:\n- Bug with text positioning;\n- Bug with getting the download link for the sprite;\n- Bug with converting TextMeshPro fonts;\n- Bug with import using procedural image assets."
"description": "Fixed:\n\n Bug with font assignment."
},
{
"version": "3.0.4",
"versionType": 2,
"releaseDate": "Sep 21, 2023",
"description": "Bug with json parsing (unknown error). Fixed in 3.0.5 version."
"description": "Fixed:\n\n• Text positioning;\n• Getting the download link for the sprite;\n• Converting TextMeshPro fonts;\n• Import using procedural image assets."
},
{
"version": "3.0.5",
"versionType": 2,
"releaseDate": "Oct 04, 2023",
"description": "• Project size limit has been removed.\n• Project download and processing have been accelerated (tested with a project containing 100 frames).\n• Now, to work with the asset, it is necessary to install the Json.NET library.\n• Manual has been updated: information on installing Json.NET via the Package Manager has been added."
"releaseDate": "Oct 4, 2023",
"description": "Changes:\n\n• Project size limit has been removed.\n• Project download and processing have been accelerated (tested with a project containing 100 frames).\n• Now, to work with the asset, it is necessary to install the Json.NET library.\n• Manual has been updated: information on installing Json.NET via the Package Manager has been added."
},
{
"version": "3.0.6",
Expand Down

0 comments on commit 8fd6950

Please sign in to comment.