Explore tweets tagged as #unitytip
@BinaryImpactG
Binary Impact
7 months
#UnityTip In Unity 6.1, you can now enable bicubic lightmap sampling in URP and HDRP to achieve smoother lighting transitions and improved visual fidelity. #gamedev #indiedev #lightmap
3
17
188
@TheMirzaBeig
Mirza Beig
2 years
Third #UnityTip in a row! > Bounding rain with movement. πŸŒ§οΈπŸ“¦ As the player-camera moves, particles can simulate... 1. Local: particles move with the camera. 2. World Space: camera moves through particles. The first will look strange because, in the real world, rain doesn't
9
72
550
@TheMirzaBeig
Mirza Beig
3 years
#UnityTip: Fix ANIMATIONS after changing the hierarchy. Animations in #Unity3D are tied to specific hierarchies, objects, and names. If you make changes/reorder them, the object/property 'paths' need to be updated accordingly. Rename them! πŸ“ #gamedev #gamedeveloper #indiedev
6
30
211
@BinaryImpactG
Binary Impact
2 years
#UnityTip #csharp spans are ref structs which enables changing value types stored in them. This allows convenient enumeration of parts of arrays, allocation free. Here is a short example updating a slice of an array and working directly on the enumerator πŸ‘‡ #gamedev #indiedev
2
38
256
@RibecopGames
RibecopGames
3 years
How to avoid infinite if statements? ❌ Use interfaces like this! βœ… Much cleaner and readable! #unitytips #unitytip #gamedev #indiedev #gamedevelopment #codesign #code #coding
2
7
12
@RibecopGames
RibecopGames
3 years
How to attach tools/weapons for the player like this one? Click to find out! A short thread!πŸ§΅β¬‡οΈ #gamedevelopment #indiedev #Unitytip #unitytips #madewithunity #gamedev #indiegames
1
8
8
@thePerpkins
π–†π–”π–Žπ–™π–Ž - Imperial Ambitions
2 years
#UnityTip for #gamescom2023! Dont u hate that you have to check if an item is in the list before working with it? Here is solution: List<T>.FirstOrNot<T>( Func<T,bool> testFunc, out T result); You can simply put it in a if conditinal to do something with the result if it exists
0
1
10
@oelsons
Oelson
2 years
#UnityTip Do you have an animation with movement in it, and it's moving your character when you don't want it to? That's what "Apply Root Motion" does! β˜‘οΈ Uncheck it! The animation still plays, but without affecting in-game movement. #quicktip #Unity #gamedev #indiedev
0
0
5
@SunnyVStudio
Sunny Valley Studio
1 month
Here is how to create Mario-like footstep dust poofs in Unity! πŸƒβ€β™‚οΈπŸŒ¬οΈ πŸ™‚ Download the model and the shader from my Pateron ➑️ https://t.co/2YoFEOot3b #UnityTips #Unity3d #gamedev
3
19
267
@StevenJHarmon1
Steven Harmon
3 years
Lifehack #unitytip use the timeline with a reference video of you lipsyncing with the audio to basically just match the facial phoneme expressions for easy quick brainless animation. #unity3d and yes, I'd just use an Iphone for mocap if I had one.
0
0
2
@SunnyVStudio
Sunny Valley Studio
9 hours
Your support keeps these tips coming! 😊 If you find them useful, please vote for me for Best Tutorial Series at the Unity Awards πŸ™ πŸ‘‰ https://t.co/glUc4OT17D #UnityTip #UnityAwards #gamedev
@SunnyVStudio
Sunny Valley Studio
1 year
Using Modular Assets? You can boost performance by combining meshes with Mesh.CombineMeshes()! πŸ§±πŸ’‘πŸš€ #UnityTips #unity3d
0
4
27
@TheCellch
TheCellΜ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£Μ£ @bsky.social
3 years
#UnityTip for renaming variables When renaming variables you lose the references Fix: 1) Add the attribute (FormerlySerializedAs) before the variable 2) Rename the variable and save changes 3) Switch to the inspector, wait for the name to change 4) Remove the attribute #gamedev
0
0
6
@BinaryImpactG
Binary Impact
2 years
We are now at the #Unite2023 with the @Unity3d Insider group. We still have a few of the rare UnityTip Trading cards. If you want one, come and find us!
5
3
44
@BinaryImpactG
Binary Impact
1 year
We're really looking forward to meeting you tonight at #unite2024's "Meet the Insiders". Starting at 7 PM, it's all about networking, fun, tons of Unity know-how and of course our #unitytip trading cards! We can't wait to see you!
3
4
40
@thePerpkins
π–†π–”π–Žπ–™π–Ž - Imperial Ambitions
1 year
If you use #unity here is a #unitytip for you! Picks a random item from the List collection. Add this to a static class to extend all Lists or arrays
0
0
2
@dzmitry_bazyleu
Dzmitry Bazyleu
2 years
#unitytip If animation broke because of the changes in objects hierarchy you could easily fix it. Open a file with animation '.anim' as a text and fix paths to the animated object (you could use 'replace' for it) #unitytips #unity #unity3d #gamdev #indiegamedev #madewithunity
2
0
6
@Lachee_
Lachee
2 years
small little script to make opening properties that much faster https://t.co/RrL7mA7CYX #unitytip #madewithunity #unity3D #gamedev
0
0
0
@SpeedTutor
SpeedTutor
2 years
Have you ever made edits in Play mode and didn't realise? Then lost all of it when exiting? I've got a little #unitytip for you. Change editor colours really easily in preferences and save yourself the heart ache. See below! :D
1
3
9