Opens profile photo
Follow
yasirkula
@yasirkula
Indie Game Developer
Turkeyyasirkula.netJoined September 2010

yasirkula’s Tweets

This cinematic is really, really good.
Quote Tweet
🎞 A new real-time cinematic demo is here: Enemies 🎞 Created by Unity’s Demo team, Enemies showcases high-fidelity digital humans, an all-new, strand-based Hair solution, and our latest graphics advancements. Watch the new demo on YouTube: on.unity.com/3IFgWW5
Show this thread
Image
2
5

Topics to follow

Sign up to get Tweets about the Topics you follow in your Home timeline.

Carousel

Wait, you actually CAN set an arbitrary Max Size for Textures via editor scripting!? That's huge news for me. I can finally set my packed sprites' Max Size to the sweet spot instead of being limited to powers of 2. #unity3d #unitytips
Image
2
1
5
You can directly serialize an auto-implemented property's backing field in Unity. In the past, the backing field may not have been named correctly in the Inspector but at least on 2020 LTS, it's no longer an issue. #unity3d #unitytips
Image
2
4
13
Waiting an hour for #unity3d to open a project for the first time only to realize that you've opened it with the wrong target platform 🤦‍♂️🤦‍♂️🤦‍♂️
1
6
These notification buttons execute C# methods of the Unity app hanging in the background. Accessing Unity API inside these methods isn't possible (notifications don't run on Unity's main thread) but you can e.g. send data to a peer using TcpClient. I didn't know it was possible!
2
Show this thread
Shared a small project based on this work on GitHub: github.com/yasirkula/Unit #unity3d #unitytips
Embedded video
GIF
Quote Tweet
Embedded video
1:06
Ooh, you can combine Unity's Shader Graph & Sprite Shape tools to easily draw lines w/ cool effects. Ex: Used 6 SG nodes to make a dotted-line shader for a single sprite. Added Sprite Shape spline points & set its Profile to tile my sprite for a lasso-tool effect! ✌️ #UnityTips
Show this thread
9
11
Today, I've switched from 21.5" 1080p 60Hz to 27" 1440p 144Hz. What a jump! People say that even mouse cursor is so much more smooth in 144Hz. They weren't wrong 😁
7
From my understanding, if you are supporting only Nanite-supported hardware, game size can possibly DECREASE if you were using 4k normals. But if you are supporting older hardware, as well, then Nanite's game size footprint can be substantial.
Show this thread