기술 자료

​
​

Development

User Acquisition

Monetization

산업 분야

Unity Studio

Open Unity Studio

Unity Studio

이 페이지는 선택한 언어로 제공되지 않습니다.
​
​
Unity Studio
  • What's new in Unity Studio
  • Introduction to Unity Studio
  • Launch Unity Studio
  • Create your first Unity Studio project
  • Develop with Unity Studio
    • The Unity Studio interface
    • Save your progress
    • GameObjects
    • Assets
    • Materials
    • Scene settings
    • Logic
      • Introduction to Logic
      • Create a Logic script
      • The Logic Editor interface
      • Methods, variables, and parameters
      • Nodes
      • Logic examples
    • The UI Creator
    • Animation
    • AI features
  • Collaborate in Unity Studio
  • Export drafts to the Unity Editor
  • Publish and share
  • Troubleshooting Unity Studio issues
  • Report bugs and share feedback
  • Manage your analytics and marketing preferences
  1. Unity Studio
  2. Develop with Unity Studio
  3. Logic

Logic Editor window reference

Use the Logic Editor window to create and edit Logic scripts.
읽는 시간 3분
최근 업데이트: 2달 전

This information gives an overview of the Logic Editor window User Interface (UI), which you use to work with Logic scripts.
The Logic Editor window contains three main panels:
  • Node Library
  • Logic Builder
    • Logic Builder Hotkeys
  • Methods and Variables
The Logic Editor User Interface (UI) with Node Library on the left, Logic Builder in the middle, and Methods & Variables on the right

The Logic Editor User Interface (UI)

Node Library

The Node Library panel is where you can find all the available nodes. Nodes are the building blocks for your logic.

Property

Description

NodesThe list of nodes in the panel in different categories- for example, events, actions, conditions.
Advanced BlocksEnable this option to switch to more complex logic with greater control. Disable to switch back to basic nodes.
Search BarEnter the name of a specific node you want to find.

Logic Builder

Use the Logic Builder to create and drag nodes into your script and build your logic. Connect nodes together to create Logic Blocks.
Right-click on a node or the background of this panel for the following options:

Context option

Description

Create NoteCreate a note. You can attach notes to a node, or leave in empty space in the Logic Builder.
Open documentationSome nodes have documentation available in the Unity API reference. Select to go to the documentation. Only available on certain nodes.
CutRemove the selected node but keep it in memory so you can paste it elsewhere.
CopyCopy the selected node so you can paste it elsewhere.
DuplicateCopy and paste the selected node in place.
DeleteRemove the selected node.
Delete (Keep chain)Remove a node but keep the connection between the previous and next nodes.
Add Unity Event MethodFor more advanced users, you can right-click on the background of the middle panel to add Unity Event Methods such as
Awake
,
Start
,
Update
and more. This feature allows you to hook into standard Unity lifecycle events and build more complex logic.

Logic Builder Hotkeys

Use the following hotkeys to speed up your workflow in the Logic Builder:

Action

Hotkey

Cut nodeCmd/Ctrl + X
Duplicate nodeCmd/Ctrl + D
Paste node in the Logic BuilderCmd/Ctrl + V
Redo actionCmd/Ctrl + Y
Toggle searchCmd/Ctrl + F
Undo actionCmd/Ctrl + Z

Methods and Variables

The panel lets you create and manage methods (groups of actions) and variables (data holders).

Property

Descriptions

Script NameChange the name of your Logic script in this field.
MethodsUse the Add(+) button to create a new method.
VariablesUse the Add(+) button to create a new variable.
RemoveThe Remove icon shows next to each variable or method in this panel. Select to delete the item.
Show/HideThis icon shows next to each variable. Click to toggle the variable's visibility. Hidden variables don’t appear in the Logic component for editing.
For more information about methods and variables, refer to Methods, variables and parameters.

Additional resources

  • Introduction to Logic
  • Create a Logic script
  • Methods and variables
  • Nodes
  • Logic examples

Copyright © 2026 Unity Technologies
법률 정보개인정보 처리방침쿠키Documentation Terms of Use개인 정보 판매 또는 공유 금지개인정보 보호 선택(쿠키 설정)

'Unity', Unity 로고 및 기타 Unity 상표는 미국 및 기타 지역 내 Unity Technologies 또는 그 계열사의 상표 또는 등록상표입니다(자세한 내용은 여기에서 확인하세요). 기타 명칭 또는 브랜드는 해당 소유자의 상표입니다.

일부 페이지는 편의를 위해 기계 번역되었으며 부정확한 내용이 있을 수 있습니다. 정보가 상충되는 경우, 영어 버전을 우선으로 참조하세요.

  • 보고 있는 페이지
    • Node Library

    • Logic Builder

      • Logic Builder Hotkeys

    • Methods and Variables

    • Additional resources


이 페이지의 문제 보고