当前位置:网站首页>Brief introduction to unity menu interface
Brief introduction to unity menu interface
2022-07-27 06:14:00 【YF Yunfei】
Unity The Chinese menu usually has :

The following is an introduction one by one :
File File menu ( For the project )

Columns from top to bottom are :
Create and open a scene
Save and save the scene as
newly build 、 open 、 Storage items
Set up and publish projects

Add Current You can add the current scene to the project among , Select different release versions in the lower left corner

stay PlayerSettings The corresponding version information can be changed in ( Like an icon ) And modify the corresponding parameters ( If it is full screen , Whether to use local resolution and whether to run in the background )
sign out unity
Edit Edit menu ( For editors )

The specific details will not be repeated in this chapter
among ,Preferences It can be understood as right Unity Its basic setting menu

Such as the tone of the editor 、 Color 、 Game hotkeys 、 Change the game cache server
and Selection It can be understood as right Hierarchy Object selection packaging , Similar to groups
stay Project Settings You can manage all items of the game
for example Input:

Represents the input management of the game ( Such as horizontal and vertical input control )
and Tag&Layers:

It's about the game level 、 Different identification Tag The control of
Others such as Audio、Time And so on is to control the game audio separately 、 Refresh frequency and other related contents , I won't go into details here
Asset Resources menu ( For project resources )


Create New script file 、 Preset object 、 Animation files 、 Physical materials, etc
Import/Export Package Import / Export package (Custom package Customize , The following is Unity My own bag )
Pro only It means the professional version can be used
Select Dependencies Find the object related to the selected object
Refresh Refresh resources
Reimport Re import resources (+All Then the object is all resources )
Sync MonoDevelop Project It is to synchronize the scripts compiled by the compiler
GameObject Object menu ( in the light of Hierarchy scene )

Create Empty Add empty objects
Create Empty Child Add empty objects to a subset of the selected objects
Create Other Is to add preset objects to the scene :

And others, such as setting up parent-child relationships 、 Modify the preset values of the scene, etc., which are omitted here
Component Component menu ( For the selected object )

for example Mesh Physical model and mapping 、Effects Special effects 、Physics Physical components 、 Script etc.
Window Window menu ( For Windows )

Introduce some new :
Animation
To what already exists Animation Make changes 、 shear 、 Add, etc ( Because of the complexity and inconvenience , Animation work is generally handed over to artists 3D Max Wait for the production )
Profiler

CPU、GPU Consumption of, etc ( The optimization part uses )
Version Control
Control the game version ( Lack of compatibility , Rarely used )
Animator

Use animation state machine to integrate different animations into a system

And the fusion of actions is all by Unity Done automatically
Sprite Packer
Used to store sprite animation
Lightmapping
Light window , Perform a series of rendering tasks such as scene baking
Occlusion Culling
Used for mask culling ( Scene optimization )
Navigation
Automatic pathfinding of characters in the scene
Console
Error reporting function

Can be moved , Easy to view in real time
Help In the help menu ( Get help for )

Browse the store for help :

边栏推荐
猜你喜欢

Code implementation and introduction of all commonly used sorting

wireshark IP地址域名解析

力扣每日一题leetcode 513. 找树左下角的值

非真实感渲染(NPR)论文理解及其复现(Unity) - 《Stylized Highlights for Cartoon Rendering and Animation》

浅记一下十大排序

Remote sensing image recognition imaging synthesis

ROS话题名称设置

OSG environment construction (win10+vs2019)

力扣 236. 二叉树的最近公共祖先

Progress in remote sensing image recognition 2022/5/5
随机推荐
How to choose the correct server backup method
Unity 实用小技巧(更新ing)
Solve binary tree (5)
编程学习记录——递归解决汉诺塔问题
力扣题解 动态规划(4)
通信机制比较
Li Kou 236. the nearest common ancestor of binary tree
ROS中的头文件与源文件
[first song] deep learning of rebirth -keras (elementary)
编程学习记录——第9课【操作符】
Force deduction problem solving monotonous stack
C#文件的读写
ROS节点名称重名
[song] rebirth of me in py introductory training (10): numpy
SQL初识
Unity Shader 概述
【动态规划----钢条切割问题】
力扣160. 相交链表
Pzk's first understanding of pointer in learning C language
遥感影像识别-多类识别下的错分问题
