GithubHelp home page GithubHelp logo

TextLabel's Font is not exported about remodel HOT 6 OPEN

jcphlux avatar jcphlux commented on June 9, 2024
TextLabel's Font is not exported

from remodel.

Comments (6)

ChromeWing avatar ChromeWing commented on June 9, 2024 1

As of a couple days ago this wasn't happening, but now whenever I serialize model files it's omitting the font. I don't think anything was changed in my project that would've affected it, so maybe it's something external to Roblox.

Edit: I should note however that it's a token of the font that's missing, to be more specific.
image

from remodel.

eAi avatar eAi commented on June 9, 2024

We get this error too - it seems to work ok if you don't set any styling on the font. It'd be good if this could be fixed - I'd do it but I'm not sure where to start, I think it isn't in this project, but maybe rbx-dom?

from remodel.

MarkBurvs avatar MarkBurvs commented on June 9, 2024

Yeah I get the same thing.

from remodel.

RatIsMyUsername avatar RatIsMyUsername commented on June 9, 2024

Happens to me as well, can anyone mark this issue as a bug? Here is some info I collected from testing: Exporting the object as .rbxm or .rbxmx via remodel omits the font, exporting the object as .rbxm or .rbxm via Roblox->Save To File option keeps the font, but importing it via Rojo omits the font, importing it by hand (drag and drop into studio) keeps the font, this should mean Rojo has the problem and this is a Rojo bug

from remodel.

Kampfkarren avatar Kampfkarren commented on June 9, 2024

There is currently a pull request up to fix this in the upstream-ish rbx-dom crate: rojo-rbx/rbx-dom#248

If you need this urgently, you can build remodel locally with the following changes to Cargo.toml:

-rbx_binary = "0.6.4"
-rbx_dom_weak = "2.3.0"
-rbx_reflection = "4.2.0"
-rbx_reflection_database = "0.2.4"
-rbx_xml = "0.12.3"

+rbx_binary = { git = "https://github.com/UpliftGames/rbx-dom", branch = "implement-font-type" }
+rbx_dom_weak = { git = "https://github.com/UpliftGames/rbx-dom", branch = "implement-font-type" }
+rbx_reflection = { git = "https://github.com/UpliftGames/rbx-dom", branch = "implement-font-type" }
+rbx_reflection_database = { git = "https://github.com/UpliftGames/rbx-dom", branch = "implement-font-type" }
+rbx_xml = { git = "https://github.com/UpliftGames/rbx-dom", branch = "implement-font-type" }

from remodel.

Kampfkarren avatar Kampfkarren commented on June 9, 2024

IMO there is a separate bug here where rbx-xml should not be throwing away unknown properties. We have to do that for rbx-binary for Reasons, but it would be nice for rbx-xml to provide safety here.

from remodel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.