🌐 unity-utils | Example Unity documentation - unity-korea-community.github.io
Search Results for

    unity-utils

    License: MIT CodeFactor CodacyBadge release Discord

    CI Status

    CI_SONAR_CLOUD CI_Documentation

    μ†Œκ°œ

    λ‹€λ₯Έ νŒ¨ν‚€μ§€μ—μ„œ κ°„λ‹¨ν•˜κ²Œ μ‚¬μš©ν•˜λŠ” μ½”λ“œ 라이브러리 λͺ¨μŒμž…λ‹ˆλ‹€.

    풀링, Extension Method λͺ¨μŒ 등이 μžˆμŠ΅λ‹ˆλ‹€.

    κΈ°λŠ₯

    • SimplePool<T> - κ°„λ‹¨ν•˜κ²Œ μ‚¬μš©ν•˜λŠ” μ œλ„€λ¦­ 였브젝트 ν’€ ν΄λž˜μŠ€μž…λ‹ˆλ‹€.
      • λ°”λ‘œ 써도 되고, μƒμ†ν•΄μ„œ OnSpawn, OnDeSpawn등을 overrideν•΄μ„œ μ‚¬μš©ν•  수 μžˆμŠ΅λ‹ˆλ‹€.
      • ν…ŒμŠ€νŠΈ μ½”λ“œ: https://github.com/unity-korea-community/unity-utils/blob/master/Tests/Runtime/SimplePoolTests.cs
    • DataSender<T> - IObservable<T>, IDisposable
      • μ˜΅μ €λ²„ ν΄λž˜μŠ€μž…λ‹ˆλ‹€.
      • ν…ŒμŠ€νŠΈ μ½”λ“œ: https://github.com/unity-korea-community/unity-utils/blob/master/Tests/Runtime/DataSenderTests.cs
    • Extensions
      • Collection Extension
        • ToStringCollection(), Foreach(), Dequeue(), Pop() λ“± 지원
        • ν…ŒμŠ€νŠΈ μ½”λ“œ: https://github.com/unity-korea-community/unity-utils/blob/master/Tests/Runtime/CollectionExtensionTests.cs
      • Random Extension
        • IEnumerable<T>.Random(), List.Shuffle()λ“± 지원
        • ν…ŒμŠ€νŠΈ μ½”λ“œ: https://github.com/unity-korea-community/unity-utils/blob/master/Tests/Runtime/RandomExtensionTests.cs

    μ„€μΉ˜

    Unity Editor/상단 Window νƒ­/Package Manager/+ λ²„νŠΌ/β€Œ

    Add package from git URL 클릭 ν›„β€Œ

    이 μ €μž₯μ†Œμ˜ URL μž…λ ₯β€Œ

    ​https://github.com/unity-korea-community/unity-utils.git

    • Improve this Doc
    • 0 Comments
    Back to top Example Unity documentation