Question by
ifoolb · Mar 26, 2019 at 02:04 PM ·
bestpractices
should I do things in the Editor or in scripts?
I just joined the development of a unity project. I found that they did almost everything like setting up button click callbacks in scripts instead of in unity editor. the only reason I can think of is that scene references tend to break when exporting and importing between different versions of Unity, while scripts will always work. so, is this a good practice or just something set in the project like using tabs or white spaces?
Comment
Your answer
Follow this Question
Related Questions
Best Practices for touch event on GameObject C#,Best Practices for touch events C# 1 Answer
Best method to spawn objects in network 0 Answers
Pause Unity when ADS or other modal view are presented 0 Answers
Multiple Hex placement grid 2 Answers
Proper Setup of 2d Isometric Characters (Best practice?) 0 Answers