Skip to content

Commit 8326a0b

Browse files
committed
📝 Add a line about how export works with plugins
1 parent 0f8a493 commit 8326a0b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/user-manual.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ end
6464
```
6565

6666
As you save, the game updates instantly.
67-
See the `luau-api` folder for a list of available functions lua.
67+
See the `luau-api` folder for a list of available functions lua. This folder is automatically generated by vectarine and its content should not be modified manually.
6868

6969
With a Luau extension / plugin installed, your text editor be able to autocomplete your code using the functions in `luau-api`. `luau-api` is a great source of documentation and can be though of as a companion to this manual.
7070

@@ -852,6 +852,8 @@ Games have their own list of plugins in their `plugins` folder which should be n
852852

853853
If you want to make your own plugins, check the [README](https://github.com/vanyle/vectarine/tree/main/vectarine-plugin-template) of the vectarine plugin template on Github.
854854

855+
When you export a game to a specific platform, the parts of the plugin needed for that platform are obtained from the `.vectabundle` and are stored inside the output file.
856+
855857
# 👥 Collaborating on a project
856858

857859
Working on a game with other people is more fun!
@@ -863,8 +865,6 @@ as it is automatically generated by Vectarine when the project is loaded.
863865

864866
If you don't know Git, do not use it, it is complex to learn.
865867

866-
867-
868868
## Vectarine and shared folders
869869

870870
You use shared folder using Google Drive, Dropbox to have multiple people working on the same project.

0 commit comments

Comments
 (0)