ThreadSky
About ThreadSky
Log In
karthiksubramanyam.bsky.social
•
74 days ago
To the Unity game developers out there, what’s your favorite Unity tip? How did it help you in your projects?
Comments
Log in
with your Bluesky account to leave a comment
[–]
landeaudio.com
•
64 days ago
My tip would be to learn how to make custom inspectors and editors. Incredibly useful, and not too complicated once you learn how it works.
https://docs.unity3d.com/6000.0/Documentation/Manual/UIE-HowTo-CreateCustomInspector.html
Bonus tip: Use the OnDrawGizmos method to quickly draw debug visuals to help guide your design.
2
reply
Posting Rules
Be respectful to others
No spam or self-promotion
Stay on topic
Follow Bluesky's terms of service
×
Reply
Post Reply
Comments
https://docs.unity3d.com/6000.0/Documentation/Manual/UIE-HowTo-CreateCustomInspector.html
Bonus tip: Use the OnDrawGizmos method to quickly draw debug visuals to help guide your design.