Warudo
Not enough ratings
Advanced Warudo Nodes
   
Award
Favorite
Favorited
Unfavorite
Type: Plugins
File Size
Posted
Updated
240.971 KB
28 Apr, 2024 @ 8:21am
28 Sep @ 6:35am
23 Change Notes ( view )

Subscribe to download
Advanced Warudo Nodes

Description
기존 와루도 노드에 대한 확장 노드 플러그인입니다.
This plugin provides advanced extensions to the Warudo node.

플러그인 세팅(Plugin Setting)
-씬 자동 백업 (Scene Auto-Backup)

노드 목록 (Node List [84])
Set Asset World Rotation
set Asset World Position
Set Asset World Transform
Get Current Unix Time
Unique Asset List
Unique String List
Unique Integer List
Unique Float List
Unique Vector3 List
Set Camera Handheld Movement
Set Camera Bloom
Set Camera Ambient Occlusion
Set Camera Anamorphic Flares
Set Camera Depth Of Field
Set Camera Chromatic Aberration
Set Camera Lens Dirt
Set Camera Vignetting
Set Camera Night Vision
Set Camera Blur
Set Camera Pixelate
Literal Asset List
Find Asset List By Type
Asset List Length
Asset List Resize
Get Asset List Element
Set Asset List Element
Asset List Add Element
Asset List Contains Element
Asset List Insert Element
Asset List Slice
Asset List Remove Element
Asset List Remove Index
Asset List Index Of Element
Asset List Last Index Of Element
Switch Asset
Switch Asset List
Compare Float
Compare Int
Invoke Flow With Comment
Switch To Main Thread
Eqv
Nand
Nor
Xor
Inspect Object Detail
String Is Empty
String Is Whitespace
Get Random Element From Asset List
Get Random Element From Float List
Get Random Element From Integer List
Get Random Element From String List
Get Random Element From Vector3 List
On Change Character Animator Controller Float
On Change Character Animator Controller Integer
On Change Character Animator Controller Boolean
Object Fallback
Integer Fallback
Float Fallback
String Fallback
Boolean Fallback
Decompose DoTween Transition
DoTween Transition
On Environment Will Unload
On Environment Will Load
On Environment Loaded

On Environment Unloaded
- Environment의 Unloaded 이벤트는 기존의 Scene이 제거된 상황이 아닌, EnvironmentAsset의 Source가 변경되었지만 Scene이 유효하지않은 상황을 의미합니다. (Source의 빈값 등)
- The Unloaded event of an Environment does not mean the existing Scene has been removed, but that the Source of the EnvironmentAsset has changed while the Scene is no longer valid (e.g., empty Source).

Wait Until True
- 이 노드는 진입한 후, 조건이 참이 되거나 설정된 제한 시간이 만료될 때까지 대기합니다.
- This node waits until a condition becomes true, or until the specified timeout expires after being entered.

Wait Until Environment Loaded
- 이 노드는 진입한 후, 제한시간 내에 지정된 Environment와 동일한 값으로 변경되었는지 확인할때까지 대기합니다.
- This node waits after entering until the specified Environment has changed to the same value within the given timeout.

Toggle Environment Colliders
- 현재 Environment의 씬의 콜라이더들을 끄거나 원상복구 시킵니다.
- Toggles the colliders in the current Environment scene on or off.

Multi If Branch
- If Branch를 다중으로 사용 가능합니다.
- Allows using multiple If Branch conditions simultaneously.

If Branch All
- 모든 조건이 만족해야 Flow됩니다.
- The flow proceeds only if all conditions are satisfied.

If Branch Any
- 하나의 조건이라도 만족되면 Flow됩니다.
- The flow proceeds if at least one condition is satisfied.

For Each List
- List 타입인 경우 각각의 요소에 대해 반복합니다.
- If the input is a List, repeats the flow for each element.

Split Dictionary
- Dictionary타입의 값을 Key와 Value 리스트로 분할합니다.
- Splits a Dictionary into separate Key and Value lists.

String List Affix Appender
- 문자열 리스트의 앞뒤에 지정된 문자를 추가합니다.
- Appends specified characters to the front and/or back of each string in a list.

Count Substring
- 문자열에 특정 문자열의 등장횟수를 카운트 합니다.
- Counts the occurrences of a specific substring within a string.

Source List
- Warudo에서 사용되는 특정 타입의 Source 문자열 리스트입니다.
- A list of Source strings used in Warudo for specific types.

Source Equal
- Warudo에서 사용되는 Source 문저열 값을 비교합니다.
- Compares Source string values used in Warudo.

Null To Empty String
- null 값이 입력될 경우 빈 문자열("")을 반환합니다. Warudo(0.13.3)에서는 null 데이터가 string 타입 DataInputPort에 전달되지 않아 값이 갱신되지 않습니다. 예를들어 Warudo Source가 None이 될때 유용합니다.
- Returns an empty string if the input is null. In Warudo (0.13.3), null data is not delivered to string type DataInputPort, so the value is not updated. This is useful, for example, when a Warudo Source becomes None.

Set Direction From Main Camera
- LightAsset의 Set Direction From Main Camera 트리거와 동일합니다.
- Works the same as the “Set Direction From Main Camera” trigger of a LightAsset.

Tag
- 지정된 태그노드 위치로 이동할 수 있습니다.
- Moves to the location of the specified tag node.

Get Shuffled Cycle Integer
- 지정된 범위의 정수를 랜덤하게 섞은뒤 중복없이 정수를 하나씩 뽑습니다. 범위 내 모든 정수를 뽑았다면 다시 지정된 범위를 랜덤하게 섞어 정수를 하나씩 뽑습니다.
- Randomly shuffles integers within a specified range and returns them one by one without repetition. Once all integers in the range have been returned, it reshuffles and repeats.



업데이트 내역(Release Notes)
2025/09/17 Ver 1.2.1
노드 추가(Node Addition)
1. 현재 유닉스 시간을 가져오는 노드와 캐릭터 Animator Controller의 파라미터 값을 감지하는 노드3개가 추가되었습니다.
버그 수정(Bug fix)
1. Scene Auto Backup의 이미지가 정상적으로 저장되지 않는 현상 수정
2. 일부 오탈자 수정

2025/09/15 Ver 1.2.0
노드 추가(Node Addition)
1. 66가지 새로운 노드가 추가되었습니다.
2. 기존 11개의 노드중 일부 기능이 최적화 되었습니다.


버그 리포팅, 기능 요청 및 문의 주소(Bug reporting, feature requests, and contact)
[이루스] rumong3d@gmail.com