Thu.Dec 26, 2024

article thumbnail

[Android] Play Asset Delivery

Cocos

Thank you so much for your valuable answer Could you please help me a little more? The build was successful so far, but nothing appears on the screen. folder tree gradle fiile manifest file Could you please share a screenshot of your project structure?

Asset 52
article thumbnail

Introducing: SCARY WORLD

Keith Burgun

I have a new game coming out! What!? Yes. The elevator pitch is more or less, what if Vampire Survivors was way more physics-y and zany, and only took 10 minutes to play instead of 30? Here’s the trailer: 13 days ago (from the time of this writing) I started on this game. Since then, I’ve been doing 10-11 hour days every day and making incredible progress.

Bug 52
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

Trending Sources

article thumbnail

Cocos Creator 3.8.5 has been released!

Cocos

In Cocos Creator 3.8.5, we have made a new round of optimizations. We have improved various aspects including loading speed, code stripping, and platform enhancements, enhancing developer experience and game performance. We hope these improvements will help Cocos developers take their products to the next level. I. Loading Speed Optimization 1. WASM Module Lazy Loading In earlier versions, Cocos Creator already supported WASM module separation during packaging, allowing WASM modules to be placed

article thumbnail

Regarding your last ask: one “what if” proposition you didn’t mention, and the one that microtransaction haters fear the most, is “what if we make the game more frustrating for players who don’t buy anything?”. There have been games that get too close to the infamous “pay 2 win” model, even from well known AAA developers. Yet you usually don’t take it into consideration when discussing microtransactions.

Ask a Game Dev

Thats because its already priced into the value proposition. We, as players, always have the choice to walk away. If it annoys me, if it frustrates me, if I dont like playing it, if it doesnt provide me the value that I want for the effort that I put in, I stop playing it. I have finite time (especially between working full time, maintaining this blog, maintaining a social life, cultivating relationships, and playing games) and I also have a huge backlog of other games that I have been meaning t

Dev 52
article thumbnail

How to Compress FBX

Cocos

i found the Binary option in the Mesh Compress option of my fbx file but when i select it my game doesnt work after b…

Mesh 40
article thumbnail

How can I refund my Airtel wrong recharge?

Cocos

To request a refund for a wrong recharge on Airtel, follow these steps: +91-89022-94327 1. Contact Customer Care: Call Airtel customer care at 121 or visit the Airtel app for assistance. Explain your situation and provide details of the wrong recharge.

40
article thumbnail

How can I refund my Airtel wrong recharge?

Cocos

To request a refund for a wrong recharge on Airtel, follow these steps: +91-89022-94327 1. Contact Customer Care: Call Airtel customer care at 121 or visit the Airtel app for assistance. Explain your situation and provide details of the wrong recharge. +91-89022-94327.

40

More Trending

article thumbnail

How can I refund my Vi wrong recharge? -

Cocos

To refund a wrong recharge on your Vi (Vodafone Idea) account, you can follow these steps: **+91-89022-94327 ** 1. Contact Customer Care: - Call Vi customer care at 199 from your Vi number or +91-89022-94327 from any other number. - Explain your situation and provide details about the wrong recharge.

40
article thumbnail

How can I refund my Vi wrong recharge? -

Cocos

To refund a wrong recharge on your Vi (Vodafone Idea) account, you can follow these steps: **+91-89022-94327 ** 1. Contact Customer Care: - Call Vi customer care at 199 from your Vi number or +91-89022-94327 from any other number. - Explain your situation and provide details about the wrong recharge.

40
article thumbnail

How can I refund my Vi wrong recharge? -

Cocos

To refund a wrong recharge on your Vi (Vodafone Idea) account, you can follow these steps: **+91-89022-94327 ** 1. Contact Customer Care: - Call Vi customer care at 199 from your Vi number or +91-89022-94327 from any other number. - Explain your situation and provide details about the wrong recharge.

40
article thumbnail

Cocos Creator 3.8.4 Desktop Build After Run Error Assets

Cocos

Hi i am using cocos creator 3.8.4 on windows 11 + vs 2022, and then i build my project as desktop or exe. It build the exe successfuly but when i try to run the program it just close window and it appears error log like this: error: [Assets] Run build stage[run] in package X:xxxxxxxxxxbuildprogram-directory failed!Error: [Assets] Run build stage[run] in package X:xxxxxxxxxxbuildprogram-directory failed!

Asset 40
article thumbnail

Responsive layout with design ratio?

Cocos

adaptScreen() { const rate = window.innerWidth / window.innerHeight const width: number = window.innerWidth const height: number = window.innerHeight if (rate > 21 / 9) { view.setDesignResolutionSize(window.innerWidth, window.innerHeight, ResolutionPolicy.SHOW_ALL) Adapt.screenScale = height / this.initHeight //this.node.setScale(Adapt.screenScale, Adapt.screenScale); Adapt.adaptWidth=this.initWidth Adapt.adaptHeight=this.initHeight this.UICamera.orthoHeight=Adapt.adaptHeight/2 } else if (ra

Code 40
article thumbnail

[Android] Play Asset Delivery

Cocos

You need to modify your Android Gradle build files to enable the assets to be configured as an Asset Pack together with install-time/content delivery plugins First, create a new module for your Android output build project and move the build assets content (all your.js.HTML files folder) to this module /assets folder. You will need to create/change the build.gradle and AndroidManifest files to your needs build.gradle file minimal config: plugins { id 'com.android.asset-pack' } assetPack { packNa

Asset 40