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

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

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

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

مدیر اصلی(مالک)
@UnityEngine
Download Telegram
Theory of Puzzle.pdf
1.1 MB
تئوری پازل در گیم دیزاین
از سید امیررضا موسوی


#ارسالی_اعضا


👉 @UnityEngine3D 👈
4
یونیتی یه خصوصیت داره برای توابع که با عنوان ContextMenu با کمک اون میتونید یه کار کنید که توابع کامپوننت رو از اینسپکتور یونیتی اجرا کنید،مثلا میخوایید دمیج گرفتن بازیکن رو تست کنید،بجای اینکه بازیکن توسط دشمن دمیج بگیره تابع دمیج گرفتن رو مستقیم فراخوانی کنید و تست کنید،بعضی موارد مثل این میتونه خیلی مفید باشه
(تابع مورد نظر از منوی سه نقطه(یا چرخ دنده توی نسخه های قدیمی) بغل کامپوننت قابل دسترسیه)

https://docs.unity3d.com/ScriptReference/ContextMenu.html
using UnityEngine;
public class ContextTesting : MonoBehaviour
{
/// Add a context menu named "Do Something" in the inspector
/// of the attached script.
[ContextMenu("Do Something")]
void DoSomething()
{
Debug.Log("Perform operation");
}
}



#ارسالی_اعضا #نکته #یونیتی


👉 @UnityEngine3D 👈
🔥5👍1
پکیج NaughtyAttributes یه پکیج خوب اوپن سورسه برای اضافه کردن یک سری امکانات به اینسپکتور ،من بعضی مواردش رو امتحان کردم کار کردن، بسته به نیاز پروژتون بعضی امکاناتش میتونن کاربردی باشن.
داخل صفحه گیت مثال و توضیحات بیشتری آوردن اگه دوست داشتید برسی کنید:
https://github.com/dbrizov/NaughtyAttributes



#ارسالی_اعضا #نکته #یونیتی


👉 @UnityEngine3D 👈
10👍8
This media is not supported in your browser
VIEW IN TELEGRAM
Need to do some repetitive code edits?

In Visual Studio you can hold Alt to select and edit multiple lines simultaneously

It should save you some time

Source


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


👉 @UnityEngine3D 👈
👍3🔥2
you should get this plugin for the unity docs!

it adds a comment section to each page that users can contribute to - it's great for finding weird gotchas or telling others about them

https://github.com/Developer-Notes-Extension


Source



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


👉 @UnityEngine3D 👈
👍5
This media is not supported in your browser
VIEW IN TELEGRAM
Boost your Unity development with these 5 Essential coding Shortcuts for Visual Studio 2022!

Discover how to code faster and more efficiently


Source




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


👉 @UnityEngine3D 👈
👍6
اندروید گوشیتون چنده ؟
Anonymous Poll
6%
زیر 6
2%
6
0%
7
6%
8
6%
9
9%
10
13%
11
16%
12
23%
13
20%
14
Keep in mind that if you override a function marked as editor only, it will cause a build error due to a missing function to override.

Console and VS / Rider will not give a warning for this case.


Source

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


👉 @UnityEngine3D 👈
👍51
رم گوشی همراه تون چقدره؟
Anonymous Poll
5%
زیر 1
2%
1
7%
2
5%
3
25%
4
14%
6
30%
8
5%
12
2%
16
5%
24
🤔8
This media is not supported in your browser
VIEW IN TELEGRAM
Animation Events can call your code!

Trigger callback functions in order to sync sound, visual effects, and game mechanics directly with your animations!

Animations to actions


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


👉 @UnityEngine3D 👈
👍5
یونیتی نسخه 6000.0.0b11
https://beta.unity3d.com/download/d93a9ecb7e85/download.html

unityhub://6000.0.0b11/d93a9ecb7e85



#یونیتی


👉 @UnityEngine3D 👈
😐3
This media is not supported in your browser
VIEW IN TELEGRAM
Save and load your favorite layouts!

Customize your Unity editor just how you like it for your current workflow and then save it for later!

Your workspace, your way


Source



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


👉 @UnityEngine3D 👈