#GameCreator2
I know it's a relatively simple fix, but when it's a problem you didn't anticipate having to tackle, it is incredibly satisfying to finally make it work! Hope this helps someone out there facing this issue! 🐻

#Unity3D #GameDev #IndieDev #GameCreator2 #AppyBearStudio #GameDesign #Tutorial
June 17, 2026 at 10:25 AM
If you are using GC 2 and moving from Unity (@unity.com) 6.4 to 6.5, you will hit the deprecation notice for GetInstanceID. Below is just a quick look at how you can make changes to move from Instance IDs to Entity IDs.

More Below!

#Unity6 #GameDev #UnityTips #GameCreator2 #Coding
June 23, 2026 at 8:52 PM
In my case, two specific things needed to be updated. (Note: This is my solution using Game Creator 2—there are definitely pure C# scripting methods out there that achieve the same result and definitely other ways as well!)

#Unity3D #IndieGameDev #GameCreator2 #GameDesign #Tutorial
June 17, 2026 at 10:25 AM