Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 813 Bytes

README.md

File metadata and controls

24 lines (13 loc) · 813 Bytes

JJ4Unity

This is a VSCode extension to facilitate the use of Unity within Visual Studio Code.

Features

Currently, the JJ4Unity extension has only one implemented feature: Requesting Unity Editor to compile when saving C# scripts.

Requirements

To use JJ4Unity, you need to install JJ4Unity in your Unity Project. Please visit the page for installation instructions :)

Known Issues

  • There may be issues if you attempt to edit more than one project containing JJ4Unity simultaneously.

Release Notes

Users appreciate release notes as you update your extension.

0.0.1

  • Base work for JJ4Unity integration is completed.
  • Added feature to automatically compile the code of the project containing JJ4Unity when saving C# scripts in VSCode.