Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Example Analysis of the Primary Specification of unity Program

2025-04-02 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/02 Report--

This article mainly shows you the "sample analysis of the primary specification of unity procedures", which is easy to understand and clear. I hope it can help you solve your doubts. Let the editor lead you to study and study the "sample analysis of the primary specification of unity procedures".

1 code cannot use pinyin, abbreviations

2 file name, class name, with uppercase letters and variables with lowercase letters.

3 if there are more than 2 if, try to replace them with switch.

4 functions, variables, no need, no public

5 an interface cannot use the gameObject of other interfaces as a variable

6 A piece of code is reused more than 2 times and should be changed to a function

7 simplify the code

If (a > b) {f (true);} else {f (false);} to be changed to f (a > b)

8 the code for a function should be put together as much as possible

9 you cannot use PlayerPrefs, except for Global.cs, you can only add Get,Set methods to Global when using variables to be saved

The above is all the contents of the article "sample Analysis of the Primary Specification of unity programs". Thank you for reading! I believe we all have a certain understanding, hope to share the content to help you, if you want to learn more knowledge, welcome to follow the industry information channel!

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report