Edwin Lyons
Edwin Lyons
As we've discussed on Discord, having a $path that contains .. causes the change detection to break. This means that rojo doesn't send changes to the Roblox Studio plugin. This...
We have a number of places that make up our game: a lobby and the places that links to. We would like to be able to easily share UIs between...
We've got a setup where we have multiple project.json files that define similar (but not the same places). As such, if we make a new project.json, 90% of it will...
Related to #450 - but perhaps simpler, it'd be helpful if we could specify properties as a separate file so that these can be shared between projects. For us, the...
In our project, we've found that in some situations, the gizmos can be rendered offset from where they should be. I'm not sure what is causing this - it seems...
Custom model support is great, thank you. From what I can tell inpainting and outpainting don’t support custom models. Is this something that can be added or is this not...
This isn't a major issue, but the Newtonsoft JSON library you include is now included in Unity's packages by default, so importing the Ably package into Unity causes compile errors...
## Describe the bug I don't seem to be able to make enum/dropdown controls. I've tried setting the control to a table, but this doesn't work. ## Expected behavior I'd...
This is a possible fix for #91. TryDeconstructComponent now uses a Promise to wait for a component to Start if it hasn't already then Stops it rather than just avoiding...