Sun.Feb 12, 2023

article thumbnail

Sources of Truth for Coders

GameDev Blog

Lately Wordle has been losing my streak count. At first I thought it might be my imagination: maybe I missed a day? So I started texting my girlfriend my victories on a daily basis (even if she was sitting right.

75
article thumbnail

Top 10 Game design colleges around the World

Game Development for Beginners

The gaming industry has exploded in recent years, with millions of people around the world enjoying video games on a daily basis. With this growth, there is a high demand for skilled professionals who can create innovative games that captivate and engage players. To meet this demand, colleges around the world have started offering programs.

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

Silo 2023 Released

Game From Scratch

GameFromScratch.com Silo 2023 Released Silo 2023 was just released by Nevercenter. First released all the way back in 2007, Silo is a subdivision surfaces based polygonal modelling tool ideal for creating low polygon count models. Unfortunately Nevercenter ceased Silo development for several years, allowing the project to languish with no new features or bug … Silo 2023 Released Read More The post Silo 2023 Released appeared first on GameFromScratch.com.

Polygon 56
article thumbnail

Build/Make for Android doesn't work in Cocos Creator 3.5.1-3.5.2

Cocos

Can you provide more details of your setup? A screenshot of setting JAVA_HOME, JDK installation path, etc. under the project for reference, please.

Build 52
Join the IGDA Community
article thumbnail

Halves

Indie DB

The effect of choices on the narrative is detailed for this decision-focused indie

Indy 91
article thumbnail

Cocos creator 3.7.0 build facebook install error

Cocos

I have build web mobile, project run normal, but i build facebook it is not working please help me

Build 52

More Trending

article thumbnail

UITransform.hitTest is not working correctly

Cocos

Hi, thank you for your feedback. The issue you mentioned, was able to reproduce, this should be a bug in the engine, I have created a new issue to the engine group UITransform.hitTest does not work properly on Android · Issue #14214 · cocos/cocos-engine · GitHub Suggestion: For now, use UITransform.isHit to implement the functionality you need.

Engine 40
article thumbnail

Estimate Rummy Game Development Cost With These Factors

Artoon

Rummy games are ever so popular in India, with the online real […] The post Estimate Rummy Game Development Cost With These Factors appeared first on Artoon Solutions.

article thumbnail

How to Camera Follow the right way

Cocos

Thank you for you answer! Can you please elaborate where the part of pre-calculation is made ? Beside the rotation the example is pretty much the same with a getPosition of the target and a setPosition of the camera node, am I missing something ?

40
article thumbnail

Using multiple Textured Brushes on a single Object in Affinity Designer

2d Game Art Guru

Using multiple Textured Brushes on one object in Affinity Designer Affinity Designer Video Tutorial In this advanced video tutorial, I use multiple textured intensity brushes on the same object in Affinity Designer. By layering several strokes, I create an intricate and more complex-looking style. I created the brushes and patterns in Affinity Designer prior.

Texture 52
Join the IGDA Community
article thumbnail

How to Camera Follow the right way

Cocos

Here is the repository if you wanna take a look GitHub - theRenard/2D_Platformer: 2D Platformer in Cocos Creator , I can surely print out the value of the target, I can try to compare them to the camera ones

article thumbnail

How to Camera Follow the right way

Cocos

Ok this start to look interesting. When I print them (console.log) they are the same and there’s no jittering (with or without chrome console open). I guess is a problem of loop-event not being in sync, what are your thoughts ?

Console 40
article thumbnail

How to Camera Follow the right way

Cocos

I’m trying to make the camera follow the player and have jittering problem. I’m using physic, updating player on update method (changing velocity) and updating camera to player node position and lateUpdate. I’m not using delta in update for simplicity. I’ve tried executionOrder on Player to -1 with no success. Any idea ? /uploads/default/original/3X/b/2/b2b9e82f57ee109c9cee3c7cf3f20d5d18f920d7.mov The code is simple as that. lateUpdate(deltaTime: number) { const desiredPosition = v3(this.target.

Code 40
article thumbnail

How to Camera Follow the right way

Cocos

Hi, for this problem you can try to pre-calculate the position of the next move in the current frame. You can refer to this demo to see how to do it. github.com yeshao2069/CocosCreatorDemos/blob/v3.6.x/demo/3d/Creator3.6.0_3D_CameraRotateAround/assets/rotate.ts#L68-L95 update(dt: number) { if (!this.isRotating || !this.target) return; // 将角度转换为弧度 let radian = Math.PI / 180 * this.angle; // 更新节点的位置 const targetPosition = this.target.getPosition(); const x = targetPosition.x + this.radius * Math.c

Demo 40
Join the IGDA Community
article thumbnail

I need help with the WeChat mini game!

Cocos

About Cloud Servers I asked the WeChat mini-game team about this issue, and they replied: “WeChat mini-games do not restrict the use of cloud services, but users have to confirm the connectivity of the services themselves”.

article thumbnail

How to Camera Follow the right way

Cocos

This is because the time frame is not necessarily fixed. So it is possible to update the position of the character at each update using a fixed distance of movement.

40
article thumbnail

(Debug) Texture compressed error

Cocos

Which version are you using and how should I reproduce it (can you provide test cases or tell me the steps to reproduce the problem, please)

Debug 40
article thumbnail

Cocos creator 3.7.0 build facebook install error

Cocos

This is a known issue and is expected to be fixed in version 3.7.

Build 52
article thumbnail

Not getting FBInstant object in cocos creator 3.7

Cocos

This error is caused by the absence of a.d.ts syntax hint file in the TS script. No error is reported at runtime.

article thumbnail

Cocos Creator 3.7.0 how to rotate 2D object by certain angle?

Cocos

The reason for subtracting 360 is to avoid counting errors due to excessive calculations caused by large angles.

40
article thumbnail

UITransform.hitTest is not working correctly

Cocos

@muxiandong , hope it gets resolved soon !

52
article thumbnail

Cocos Creator 3.7.0 how to rotate 2D object by certain angle?

Cocos

but in my case it starts to rorate to different direction after angle 90

40
article thumbnail

Cocos Creator 3.7.0 how to rotate 2D object by certain angle?

Cocos

NewProject_1.zip (3.9 MB) I used this to run a test and it was fine.

Demo 40
article thumbnail

Build/Make for Android doesn't work in Cocos Creator 3.5.1-3.5.2

Cocos

Yes, sure.

Build 52
article thumbnail

Prevent EditBox from showing suggestions

Cocos

I want to disable suggestions in editbox. How can i achieve this?

40
article thumbnail

Prevent EditBox from showing suggestions

Cocos

You can take a screenshot to show me which edit box is suggested

Editing 40
article thumbnail

How to Camera Follow the right way

Cocos

Can you print out the value of the target to see?

40
article thumbnail

I need help with the WeChat mini game!

Cocos

Thank you very much Buddy

Games 40
article thumbnail

Is Dragonbones for Android no longer being maintained?

Cocos

Thank you for the PR

40