ruxailab / figma-vr-unity-converter

Tool that allows to export Figma VR designs into Unity
MIT License
11 stars 4 forks source link

Transform the project into a package for Unity #36

Open poojakedia opened 7 months ago

poojakedia commented 7 months ago

Implement: Transform the project into a package for Unity #34 Restructuring Package: Reorganized package structure by creating an Assets folder within Figma Convert and a Packages folder to story manifest.json with the subsequent dependencies and necessary properties

Figma Converter/ ├── Assets/ │ ├── Editor/ │ │ └── [Editor scripts] │ ├── Scripts/ │ │ └── [Runtime scripts] ├── manifest.json └── [Other project files]

Manifest.json Configuration: Updated the manifest.json file to reflect Unity package requirements.

JulioManoel commented 6 months ago

@poojakedia Oops, sorry for the delay, how can I test the import of the Unity package, it was tested and it gave an error. Could you explain how it was imported?