rojo
rojo copied to clipboard
Rojo enables Roblox developers to use professional-grade software engineering tools
Right now, `rojo init --kind place` and `rojo init` (since "place" is the default) produce a file tree like this: ``` my-place-project/ ├─ src/ │ ├─ client/ │ │ └─...
An undetermined amount of time ago, `rojo upload` stopped working for plugins. This is a bummer and we should see if it's possible. There's no endpoint that uses opencloud, but...
Im on the **7.7.0-rc1** Trying out the `rojo syncback` feature, but it crashes every time im trying to use it. Im honestly not sure how to even use it properly....
The [Instance.Name](https://create.roblox.com/docs/reference/engine/classes/Instance#Name) property famously doesn't support special characters. E.g. a forward slash (`/`). This causes you to be unable to have any instances in your Rojo project with special characters....
- Depends on https://github.com/rojo-rbx/rbx-dom/pull/580 Changes `syncback::snapshot::inst_path` to use `WeakDom::full_path_of`. I'm open to changing the function name before it's merged upstream. `full_name_for` was what the private function it's making public was...
Really minor UI issue. Attached is the picture below of the Rojo version label In this picture, the rojo version name overlaps with the Last updated timer. The only way...
hi, this issue happens when Sync Reminder is in fullscreen mode. this issue did not happen to me before even on version 7.6.1, this is the first time it happens....
This fix addresses two issues that cause MeshPart and UnionOperation instances to lose their mesh data (MeshId/MeshContent) when reconnecting: 1. Force fallback for mesh-based classes: Instance.new("MeshPart") now succeeds in Roblox...
When live syncing .rbxm files containing Models that require fallback serialization (e.g., containing MeshPart or UnionOperation), the PrimaryPart reference was being lost. The issue occurred in __replaceInstances because the deserialized...
## Summary When reconnecting Rojo for initial synchronization, MeshPart and UnionOperation instances are created without their mesh data (MeshId/MeshContent is empty). This is caused by two issues: 1. **Roblox behavior...