3 Commits

Author SHA1 Message Date
copilot-swe-agent[bot]
8e1da25983 Add clarifying comment for Unity 2019.4 C# 7.3 compatibility
Co-authored-by: OmarAlFarajat <OmarAlFarajat@users.noreply.github.com>

Co-authored-by: boxqkrtm <8157743+boxqkrtm@users.noreply.github.com>
2026-02-12 10:03:40 +00:00
copilot-swe-agent[bot]
412c992de2 Fix CS1525 compiler error for Unity 2019.4 by replacing ??= with version-compatible code
Co-authored-by: boxqkrtm <8157743+boxqkrtm@users.noreply.github.com>
2026-02-12 09:57:19 +00:00
copilot-swe-agent[bot]
d8164f72bb Initial plan 2026-02-12 09:55:31 +00:00
2 changed files with 1 additions and 8 deletions

View File

@@ -1,12 +1,5 @@
# Code Editor Package for Cursor # Code Editor Package for Cursor
## [2.0.28] - 2026-02-12
Integration:
- Performance optimization for opening files
- Fix CS1525: Use C# 7.3-compatible null-coalescing for Unity 2019.4
## [2.0.27] - 2025-11-02 ## [2.0.27] - 2025-11-02
Integration: Integration:

View File

@@ -2,7 +2,7 @@
"name": "com.boxqkrtm.ide.cursor", "name": "com.boxqkrtm.ide.cursor",
"displayName": "Cursor Editor", "displayName": "Cursor Editor",
"description": "Cursor editor integration for supporting Cursor as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.", "description": "Cursor editor integration for supporting Cursor as code editor for unity. Adds support for generating csproj files for intellisense purposes, auto discovery of installations, etc.",
"version": "2.0.28", "version": "2.0.27",
"unity": "2019.4", "unity": "2019.4",
"unityRelease": "25f1", "unityRelease": "25f1",
"dependencies": { "dependencies": {