کانال تخصصی یونیتی ( آموزش و نکته )
1.63K subscribers
547 photos
145 videos
51 files
247 links
به نام خدا

مسئولیت مطالب یا آگهی ارسالی در کانال یا کامنت ها به عهده من یا ما نیست

لیست گروه ها و...
https://t.me/UnityEngine3D/823

برای تبلیغ در کانال و گروه :
https://t.me/UnityEngine3DAds

مدیر اصلی(مالک)
@UnityEngine
Download Telegram
The new Input System requires an Input Action Map?
Not true! You can still handle inputs in one line!

Old:
if (Input.GetKeyDown(Keycode. Space) Jump();
Current:
if (Keyboard.current.spaceKey.wasPressedThisFrame) Jump();


Source

#نکته #یونیتی


👉 @UnityEngine3D 👈
8👍3😁1
Normally Camera skips rendering of objects further away than farClipPlane. You can set up some Layers to use smaller culling distances using layerCullDistances.

When assigning, assign float array that has 32 values. Zero values mean "use far plane distance".

🔗 Binary Impact (@BinaryImpactG)


#نکته #یونیتی


👉 @UnityEngine3D 👈
2🤔2
This media is not supported in your browser
VIEW IN TELEGRAM
Project Auditor package in Unity 6.1 can identify performance bottlenecks in your project and help you optimize them with just a few clicks ⚡️🔨



🔗 Sunny Valley Studio (@SunnyVStudio)


#نکته #یونیتی


👉 @UnityEngine3D 👈
3
Did you know that in Unity 6 you can assign default references to your PropertyDrawers!



🔗 Karl Jones (@KarlJamesJones)



#نکته #یونیتی


👉 @UnityEngine3D 👈
👍1
Ever wondered how to render only the shadow of a mesh? No need for a specialized shader, just set the Lighting in the Mesh Renderer to Shadows only.



🔗 Binary Impact (@BinaryImpactG)


#نکته #یونیتی


👉 @UnityEngine3D 👈
Did you know that TextMeshPro Input fields offer a kind of input validation?

You can select it in the inspector and the documentation explains the options in detail.


🔗 Binary Impact (@BinaryImpactG)



#نکته #یونیتی


👉 @UnityEngine3D 👈
1👍1
With the Memory Profiler package you can easily detect where exactly a memory heavy asset was used.
Install it via the Package Manager for this and many more useful applications!



🔗 Binary Impact (@BinaryImpactG)



#نکته #یونیتی


👉 @UnityEngine3D 👈
1👍1
Did you know that there is an alternative to the classic foreach loop when using List<T>? It comes with a built in ForEach(Action<T>) method.

It's a very controversial topic, tell us in the comments what your take is on performance, readability and style.



🔗 Binary Impact (@BinaryImpactG)



#نکته #یونیتی


👉 @UnityEngine3D 👈
👍3
This media is not supported in your browser
VIEW IN TELEGRAM
Use Spline Package to place objects along a path or to create smooth object movement in Unity! 📦🎮

For example to create a Train game 🚂 🙂



🔗 Sunny Valley Studio (@SunnyVStudio)





#نکته #یونیتی


👉 @UnityEngine3D 👈
🔥4👍21
Because I went 16 years without knowing what "Fadeout to Grey" could be used for in Unity, here's a unitytip about detail textures (spoiler: it's basically a requirement for them)



🔗 Austin Schaeffer (@SchaefferAustin)


#نکته #یونیتی


👉 @UnityEngine3D 👈
3
Debug.Assert expects you to enter a condition and lets you print an error message to the console if the condition you entered returns false.

Assertions are often a better choice than a Debug.Log call.



🔗 Binary Impact (@BinaryImpactG)


#نکته #یونیتی


👉 @UnityEngine3D 👈
👍2
Ever struggeling with a mess of material duplicates in your projects? Maybe it is time to get familiar with material variants!

Find the variant window in the top right of the inspector with a material selected and configure away!



🔗 Binary Impact (@BinaryImpactG)


#نکته #یونیتی


👉 @UnityEngine3D 👈
👍1
How to install UnityHub and Unity with activation steps

آموزش نصب یونیتی و یونیتی هاب به همراه مراحل
فعالسازی بدون دردسر

زیاد توی چت به مشکل خورده بودید، ویدیوی کاملش رو براتون گذاشتم

🔗 یوتیوب


دو تا راه برای نصب هاب گفتم که روش winget ساده تره و درگیر تحریم هم نمیشه

#آموزش #یونیتی


👉 @UnityEngine3D 👈
👌4👍2
Media is too big
VIEW IN TELEGRAM
آموزش دانلود مستقیم و بدون vpn ادیتور با روش آرشیو دانلود یونیتی

#آموزش #یونیتی


👉 @UnityEngine3D 👈
👍6👎21