Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ImageLabel SliceCenter Not Replicating #201

Closed
dylanohughes opened this issue Jun 20, 2019 · 7 comments
Closed

ImageLabel SliceCenter Not Replicating #201

dylanohughes opened this issue Jun 20, 2019 · 7 comments
Labels
type: bug Something happens that shouldn't happen

Comments

@dylanohughes
Copy link

dylanohughes commented Jun 20, 2019

When using a .rbxmx file within a project, the SliceCenter property of a ImageLabel instance isn't replicating correctly. It is being set to 0, 0, 0, 0 rather than the true value within the .rbxmx file.

No errors/warnings are being outputted inside of the Roblox Studio console or the command prompt.

Also tried using a .rbxm file to see what would happen in this case (just to see if I could provide any more information. I know full support for .rbxm files is still in the works), and it is missing the property entirely, as the ScaleType is being set to Stretch.

@LPGhatguy LPGhatguy added the type: bug Something happens that shouldn't happen label Jun 20, 2019
@LPGhatguy
Copy link
Contributor

It looks like there are a few missing properties I didn't catch when working on the dump, Rect being one of them!

@LPGhatguy
Copy link
Contributor

Should be fixed in the next release, thanks!

@dylanohughes
Copy link
Author

Doesn't appear to be fixed in Alpha 12. Possibly worth looking into again?

@LPGhatguy LPGhatguy reopened this Jul 21, 2019
@LPGhatguy
Copy link
Contributor

Sure thing! I'll go through and try to reproduce this and a couple other bugs on Monday.

@Sleitnick
Copy link

Is there any update on this? I am experiencing this bug. Using v0.5.0-alpha.13

@LPGhatguy
Copy link
Contributor

I was able to reproduce this, I just checked a test project into Rojo that demonstrates the issue. I'm tracking the cause right now, it looks like it's lost over the protocol.

LPGhatguy added a commit that referenced this issue Aug 21, 2019
@LPGhatguy
Copy link
Contributor

This should be fixed in the next release, or you can build the plugin from the repository using Rojo itself:

rojo build plugin -o Rojo.rbxm

Dekkonot pushed a commit to UpliftGames/rojo that referenced this issue Jan 11, 2024
Dekkonot pushed a commit to UpliftGames/rojo that referenced this issue Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: bug Something happens that shouldn't happen
Projects
None yet
Development

No branches or pull requests

3 participants