Unity
Smoothing Low Poly & Optimizing Vertices in Blender
July 11, 2022 | 561 Views | StevenDo you have low poly model but would like a smoother look in your game? I use this method when I have low poly models with sharp edges that I want to appear more rounded.
- Open & Select your model … Read More
Slow ScrollRect for Mobile Solution
June 18, 2022 | 716 Views | StevenIs your mobile ScrollRect sluggish? Do you need better ScrollRect performance on mobile?
tl;dr when you activate/instantiate your ScrollRect UI set your frame rate to 60 or above for a smooth scroll on mobile. Reset back to 30 (iOS default) … Read More
OverlapCircleNonAlloc Layermask in Unity not working and the way to Fix it
February 20, 2018 | 6373 Views | StevenHey all,
I ran into this issue when I was trying to use OverlapCircleNonAlloc to find enemies within distance of each other for targeting. It stumped me for about an hour until I came across this page. At the bottom … Read More
Auto Extrude Tilesheet or Spritesheet in Unity for Free
February 18, 2018 | 4687 Views | StevenHey everyone,
Long time no post, recently I have been working on some other projects or nothing at all but came by this fix online and thought I should share it.
If you work with Unity at all (and I … Read More