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
Mantle doesn't support a Roblox feature I would like to use
Mantle CLI improvement
Other
Describe your problem
While migrating from using Tarmac to Mantle the feature I miss is the code generator that would create an assets.lua file for simple referencing my assets in code.
Another reason this would be useful is when using remote state is can be difficult to get the asset ids.
Describe the solution you'd like
Might be as easy as reusing Tarmac code to generate the file.
The source on how Tormac did this is here. codegen.rs
What type of feature request is this?
Describe your problem
While migrating from using Tarmac to Mantle the feature I miss is the code generator that would create an assets.lua file for simple referencing my assets in code.
Another reason this would be useful is when using remote state is can be difficult to get the asset ids.
Describe the solution you'd like
Might be as easy as reusing Tarmac code to generate the file.
The source on how Tormac did this is here.
codegen.rs
Add 2 setting to configure this option.
The output could look like this. Mimicking the path structure.
The text was updated successfully, but these errors were encountered: