forked from shdw9/fulldome_previz_plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 1.21 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name": "com.sfsucsc631team3b.fulldomepreviz",
"version": "1.1.0",
"displayName": "Fulldome Previsualization",
"description": "SFSU CSC 631 2023 - Team 3B Fulldome Previsualization Plugin in Unity\n\nThe Fulldome Previsualization Plugin modifies the USD menu to allow you to: \n\n - Import USD files with animation clips\n - Export USD files with modified animations using Unity Recorder\n - Toggle scene cameras to be seen through a fisheye/fulldome lens\n - Control scene cameras with controls in the play scene\n - Export timeline information to a JSON file\n\nBased on a student project proposal by Jeroen Lapr\u00e9 for the Computer Science Department of San Francisco State University\n\nUnity Version: Unity.2022.2.9f1",
"unity": "2022.2",
"unityRelease": "9f1",
"documentationUrl": "https://github.com/shdw9/fulldome_previz_plugin/",
"dependencies": {
"com.unity.recorder": "4.0.0",
"com.unity.formats.usd": "2.0.0",
"com.unity.nuget.newtonsoft-json": "3.2.1"
},
"keywords": [
"previz",
"sfsu",
"previsualization",
"fulldome",
"star wars"
],
"author": {
"name": "SFSU CSC 631 2023 - Team 3B",
"email": "[email protected]",
"url": "https://cs.sfsu.edu/"
}
}