Skip to content

Releases: hackerzhuli/unity-code

1.1.1

01 Aug 09:19

Choose a tag to compare

๐Ÿ”ง Improvements & Bug Fixes

Fixed

  • ๐Ÿ› ๏ธ Unity Messaging - Fixed message handler conflicts by replacing single handler with typed event emitters, ensuring compilation finished events are properly received by test provider

Improved

  • ๐Ÿ”„ Test Provider - Simplified message handling by moving JSON parsing logic into the messaging client

1.1.0

21 Jul 08:20

Choose a tag to compare

๐Ÿš€ Features

Added

  • ๐ŸŽจ USS Language Server - Complete IDE experience for Unity Style Sheets (USS) development
    • Blazing fast performance - Written in Rust and built from the ground up for speed
    • Smart auto-completion - Property names, values, selectors, pseudo-classes, and asset URLs
    • Advanced validation - 100% USS-native diagnostics that validate syntax, asset paths, and property values
    • Rich hover documentation - Unity-specific tooltips with syntax examples and direct links to official documentation
    • Professional formatting - Document and selection formatting for USS and TSS files
    • Intelligent refactoring - Rename operations for ID and class selectors
    • Asset path completion - Auto-complete asset paths from Assets down to individual sprites
    • Unity element awareness - Knows all Unity UXML elements like Button and Label
  • ๐Ÿ”ง Enhanced Documentation System - Improved fallback C# documentation with native binary support

๐Ÿ”ง Improvements & Bug Fixes

Fixed

  • ๐Ÿ› ๏ธ Documentation Hover - Improved handling of inheritdoc and normalized paths for fallback documentation
  • ๐Ÿ› ๏ธ XML Documentation - Fixed empty top-level tags exclusion from markdown output
  • ๐Ÿ› ๏ธ Asset Management - Enhanced meta file deletion handling for deleted assets
  • ๐Ÿ› ๏ธ Symbol Lookup - Better symbol lookup for empty ranges in hover provider

Improved

  • ๐ŸŽจ Assets - Updated image assets to WebP format for better performance

1.0.3

07 Jul 14:37

Choose a tag to compare

๐Ÿ”ง Improvements & Bug Fixes

Fixed

  • ๐Ÿ› ๏ธ Documentation Hover - Fixed unnecessary separator display in hover tooltips when only XML documentation is present without documentation links.
  • ๐Ÿ› ๏ธ Documentation Hover - Now ignoring summary, returns, param, and exception tags from XML docs in hover display because Dot Rush already covered these.

1.0.2

05 Jul 09:09

Choose a tag to compare

๐Ÿš€ Features

  • rebranding: Rename from Unity Code to Unity Code Pro because of name conflicts with an existing vs code extension.

1.0.1

05 Jul 07:04

Choose a tag to compare

๐Ÿ”ง Improvements & Bug Fixes

Fixed

  • ๐Ÿ› ๏ธ Asset database Refresh - Prevent asset database refresh when Unity is in Play Mode

Improved

  • ๐Ÿ“ฆ Settings - Improved description of settings to make them clearer and more precise

1.0.0

03 Jul 18:30

Choose a tag to compare

๐ŸŽ‰ Initial Release

First stable release of Unity Code - bringing Unity IDE capabilities to VS Code-based code editors.

Added

  • ๐Ÿงช Unity Test Explorer - Run Unity tests directly in editor with inline results
  • ๐Ÿ“Š Unity Console Integration - Real-time logs with clickable stack traces
  • ๐Ÿ› Integrated Debugger - Unity debugging with MonoDebugger
  • ๐Ÿ“š Intelligent Documentation - Hover docs with Unity API and .NET links
  • ๐Ÿ” Advanced Code Analysis - Roslyn-powered Unity-specific static analysis
  • ๐Ÿ”„ Smart Asset Management - Automatic meta file handling and asset refresh
  • ๐Ÿค– AI Editor Support - Full compatibility with Cursor, Windsurf, and Trae

Technical


Unity Code 1.0.0 - Where Unity development meets modern AI-powered editors! ๐ŸŽฎโœจ