Cocos Creator 3.1.0 released!

Maybe in two or three weeks if our testing process goes smoothly :slight_smile:

i got an error when calling game.restart();
image

1 Like

Thank you for the Update.

Some things are not working:

  • Android 4.1 can´t be deployed
  • Dashboard disappeared

So i am not able to install it on such an older Device. Lowest Android is 5.1. What happened ? In release 3.0 it worked pretty fine. When starting, the well know dashboard in which you can select projects, see recent opened ones and so on, is disappeared. Also in previous vers. 3.01 it worked. What happend here ?

Hi, anyone have problem with animation when upgrade from 3.0.1 to 3.1? I try but all animation from 3D object not running if UseBakedAnimation is enable. version 3.0.1 work normal.

Let’s ask engineering.

can you provide a simple demo?

Regarding this issue, there is a problem on Android, and issue has been set up to track.
Tested yesterday, ios platform can be called normally, android shows exception.

Test Android version 4.4 using gles2 can run normally, Android 4.2.2 test is not possible. There is no test machine for Android 4.1, so I can’t test it.
This issue has been created to track and troubleshoot.

@PP_Pro Hello,

Sorry to bother but I took the engine code from 3.1.1 (Only the tiled component code) and this is still not working. Can someone make sure that this will fixed?

Thanks…

Okay … i just can say, that all 2x points i mention were working before (CC 3.0)

i can confirm this issue

Hi Cocos Team , Thanks for This update .

Here is my Feedback about This Version :

  • issues :
  • game.restart() is not working on Android
  • texture compression is somehow broken (as far as i know texture compression in this version become automatically on build phase ).
    In this tests i have used exactly the same game , same scripts same assets
    what i found that after building the game and testing it on Android the textures after compression caused high memory usage (than the previous version) .

Result : (same compression preset , same device , same game , same assets)
cc3.0.1

  • Without texture compression , game GFX Memory : 57(M)
  • With texture compression , Game GFX Memory : 24(M)

cc3.1.0

  • Without texture compression , game GFX Memory : 175(M)
  • With texture compression , Game GFX Memory : 76(M)

Not only the texture compression somehow is broken but it make my game using more memory than the previous cc version which is a weird behavior .

I am gonna fallback to using the previous version until things gets better in this one .
I hope my topic can help someway .

Thank you for the support to The English Community , i know that we are few but we love this engine and we want to see it More stable and robust in the Future .

I am asking engineering to read your post.

1 Like

This is a known issue and we are working on it.

I will verify today.

What is your texture compression configuration? Can you take a screenshot to see it?

@zzf_Cocos Thanks for your reply
This is my Compression preset settings
image

And this is the difference between cc3.0.1 and cc.3.1.0 in GFX memory

image

image

fix restart issues:

2 Likes

Any approximate date for Cocos Creator 3.1.1 :thinking:

Perhaps end of next week. I’m not 100% positive about it. Depends on QA.

1 Like

Hi @zzf_Cocos ,
what do you think about the screenshots that i have shared with you in the previous reply ?