Top Tweets for #Unity3DTip
Tutorial: How to use the lock feature in Unity 3d to help make editing easier.
https://t.co/eZ9wfJARvw
#madewithunity #unity3d #unity3dtutorials #unity3dtips #unity3dtutorial #unity3dtip
#unity3dTip for maintainable code:
Many Unity functions (eg. Invoke) take function names as strings. If you rename the target, it'll error at runtime. Compile time would be better - and C# has your back!
Instead of: Invoke("DoThing", 5f)
Write this: Invoke(nameof(DoThing), 5f)
#Unity3dTip on a MAC - if you want to open multiple instances of Unity run this command which I use a lot:
open -na /Applications/Unity/Unity.app/
Not sure if everyone has done this but this is a very helpful tip for testing #iPhoneX resolution in #unity3d using custom res. #unity3dtip

I feel like my code is robust :) why ? Well using #Zenject for IOC / injector for all my game managers https://t.co/xpN4rxLJF3 #unity3dtip
Anyhow this is the component I was about to use for iOS and Android native share functionality https://t.co/Y1ygBdTFsO #Unity3dTip
Last Seen Hashtags on Sotwe
스캇
Seen from Korea
nolimits()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()()
Seen from United States
anxiouspanda
Seen from Turkey
nolimits #slave
Seen from United States
education_changes_refugees_lives
Seen from United States
borankuzum
Seen from Turkey
gianna_michaels
Seen from Egypt
anxiouspanda()*+*+* filter:native_video since:2026-05-11
dontmakemegraduate
Seen from United States
adameve
Seen from Turkey
Most Popular Users

Elon Musk 
@elonmusk
241.7M followers

Barack Obama 
@barackobama
119M followers

Cristiano Ronaldo 
@cristiano
114.4M followers

Donald J. Trump 
@realdonaldtrump
111.9M followers

Narendra Modi 
@narendramodi
107.2M followers

Rihanna 
@rihanna
98.7M followers

NASA 
@nasa
92.4M followers

Justin Bieber 
@justinbieber
91.8M followers

KATY PERRY 
@katyperry
90M followers

Taylor Swift 
@taylorswift13
83.9M followers

Lady Gaga 
@ladygaga
75.4M followers

Virat Kohli 
@imvkohli
73.4M followers

Kim Kardashian 
@kimkardashian
70.9M followers

YouTube 
@youtube
68.8M followers

Neymar Jr 
@neymarjr
66.4M followers

Bill Gates 
@billgates
65.2M followers

Selena Gomez 
@selenagomez
63.1M followers

The Ellen Show
@theellenshow
62.3M followers

CNN 
@cnn
61.8M followers

X 
@x
60.7M followers



