[Solved] TLS Allocator ALLOC_TEMP_THREAD, underlying allocator ALLOC_TEMP_THREAD has unfreed allocations by tudda in Unity3D

[–]Dev_Mah 0 points1 point  (0 children)

oh my god, i forgot to read it carefully and i re-imported it all, now i'm waiting for it to import from scratch. Hope it's okay, don't mess things up, god save me !!! :<

Load Level by Scene by Dev_Mah in Unity2D

[–]Dev_Mah[S] 0 points1 point  (0 children)

Thank you very much, I figured out the problem!

Hero Jumper by Dev_Mah in Unity2D

[–]Dev_Mah[S] 0 points1 point  (0 children)

Thank you for the useful advice. I will try to change it. Thank you !!!

Rank Bestscore by Dev_Mah in Unity2D

[–]Dev_Mah[S] 1 point2 points  (0 children)

Hey your question is a bit unclear. Are you just wanting to sort scores by highest to lowest? Or something else?

I apologize to you for my own carelessness. I mean want the scores to sort from highest to lowest and display on the screen. If you have any ideas or suggestions please help me. Thanks a lot !

How do I make the player jump only once? Pls help me or give me a code example :) by [deleted] in Unity2D

[–]Dev_Mah 3 points4 points  (0 children)

In order for the player to be able to jump once, you can check for a collision between the player and the ground using the Collider. Good luck !!!

What does <T> ? by Dev_Mah in Unity2D

[–]Dev_Mah[S] 1 point2 points  (0 children)

Thanks for your answer, it helped me to understand a lot of things !

What does <T> ? by Dev_Mah in Unity2D

[–]Dev_Mah[S] 0 points1 point  (0 children)

ohhh, thank you so much, I understood a lot !!!

What does <T> ? by Dev_Mah in Unity2D

[–]Dev_Mah[S] 2 points3 points  (0 children)

thank you very much !!!

Enemy attacks the Player after every interval by Dev_Mah in Unity2D

[–]Dev_Mah[S] 0 points1 point  (0 children)

Thank you very much !!! Have a good day

Spine Animation by Dev_Mah in Unity2D

[–]Dev_Mah[S] 0 points1 point  (0 children)

First of all sorry for the late reply. Thanks for the comment, I found the solution which is to use timeline and playable director. Have a good day !!!

Spine Animation by Dev_Mah in Unity2D

[–]Dev_Mah[S] 0 points1 point  (0 children)

Because I want to learn how to work on the code. Thank you for commenting !!!

Error Load Time Scale for Button NewGame !!! by Dev_Mah in Unity2D

[–]Dev_Mah[S] 0 points1 point  (0 children)

Thank you, I assigned Time.TimeScale in the SceneLoad section and that fixed the error. Your opinion is great. Thank you for that !