You've already forked com.unity.ide.cursor
mirror of
https://github.com/boxqkrtm/com.unity.ide.cursor.git
synced 2026-05-14 22:30:10 +00:00
15 lines
486 B
JSON
15 lines
486 B
JSON
{
|
|
"name": "com.boxqkrtm.ide.cursor",
|
|
"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.",
|
|
"version": "2.0.23",
|
|
"unity": "2019.4",
|
|
"unityRelease": "25f1",
|
|
"dependencies": {
|
|
"com.unity.test-framework": "1.1.9"
|
|
},
|
|
"_upm": {
|
|
"changelog": "Integration:\n\n- Add support for Cursor"
|
|
}
|
|
}
|