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

Lua generation naming case issue #8501

Open
Simoncl opened this issue Jan 23, 2025 · 0 comments
Open

Lua generation naming case issue #8501

Simoncl opened this issue Jan 23, 2025 · 0 comments

Comments

@Simoncl
Copy link

Simoncl commented Jan 23, 2025

Hi.
I'm generating C++ and Lua files for use on Android. I'm getting some case issues with naming. If I have a table called mesh, I get a generated .lua called mesh.lua Great! In the same schema, I might have a table called shape, I get Shape.lua not great! as require('shape') but on disk I have Shape.lua. On Android of course this failed to find the required shape.lua.

Apologies in advance if this is a flat compiler option or just something I'm doing wrong.

Cheers

Simon

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant