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

[Android] Using EngineManager.create(n) method returns int array of 0-values #8278

Open
AbelToy opened this issue Nov 18, 2024 · 0 comments
Open
Assignees
Labels
android Issue/feature request for Android only

Comments

@AbelToy
Copy link

AbelToy commented Nov 18, 2024

⚠️ Issues not using this template will be systematically closed.

Describe the bug
Using EntityManager.get().create(n) to create multiple entities at once, returns an int array of size n where all values are 0.

To Reproduce

  1. Use EntityManager.get().create(n)

Expected behavior
I would expect the entities to have non-0 values and to be created, akin to

IntArray(n) {
    EntityManager.get().create()
}

Screenshots
If applicable, add screenshots to help explain your problem.

Logs
If applicable, copy full logs from your console here. Please do not
use screenshots of logs, copy them as text, use gist or attach an uncompressed file.

Desktop (please complete the following information):
N/A

Smartphone (please complete the following information):
Emulator

Additional context
N/A

@pixelflinger pixelflinger self-assigned this Nov 20, 2024
@pixelflinger pixelflinger added the android Issue/feature request for Android only label Nov 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
android Issue/feature request for Android only
Projects
None yet
Development

No branches or pull requests

2 participants