You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-manual.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -64,7 +64,7 @@ end
64
64
```
65
65
66
66
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.
68
68
69
69
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.
70
70
@@ -852,6 +852,8 @@ Games have their own list of plugins in their `plugins` folder which should be n
852
852
853
853
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.
854
854
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
+
855
857
# 👥 Collaborating on a project
856
858
857
859
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.
863
865
864
866
If you don't know Git, do not use it, it is complex to learn.
865
867
866
-
867
-
868
868
## Vectarine and shared folders
869
869
870
870
You use shared folder using Google Drive, Dropbox to have multiple people working on the same project.
0 commit comments