Skip to content
#

rimuru-dev

Here are 35 public repositories matching this topic...

Unity-Curtain

The Curtain system in Unity is a robust and versatile tool designed to manage transitions and loading screens across your games or applications. It serves as a 'curtain', hiding the scene changes or loading processes that happen in the background, providing a seamless experience for the player.

  • Updated Nov 12, 2023
  • C#
Unity-ColorUtility

ColorUtility is a compact and efficient class designed for working with colors in Unity. It facilitates easy conversion of hexadecimal color codes (in RRGGBB format) to Unity Color objects. This tool is particularly useful when working with color values obtained from external sources, such as web APIs, user interfaces, or text files.

  • Updated Nov 12, 2023
  • C#

Null Check Extension for Fluent Interfaces - Это расширение для C# предназначено для упрощения работы с объектами, которые могут быть null. Оно добавляет метод IfNotNull, который выполняет указанное действие на объекте, если он не null, и выводит предупреждение в консоль, если объект является null.

  • Updated Nov 13, 2023
  • C#
Unity-ActionUpdaterService

IActionUpdaterService is a flexible and easy-to-use service for Unity, designed to manage and dispatch update-related actions (FixedUpdate, Update, LateUpdate) outside of MonoBehaviour. It allows for a more modular approach to handling updates, especially useful in projects using dependency injection frameworks like Zenject.

  • Updated Nov 15, 2023
  • C#

Editor extension to improve Unity hierarchy window. Makes the hierarchy more detail, but still clean and easy to organize. Fixed MissingReferenceException: The variable listIcons of HierarchyResources doesn't exist anymore. You probably need to reassign the listIcons variable of the 'HierarchyResources' script in the inspector. UnityEngine.Object.g

  • Updated Nov 19, 2023
  • C#
ScriptFinder

ScriptFinder - ScriptFinder — это утилита для Unity Editor, разработанная RimuruDev. Она позволяет разработчикам Unity быстро подсчитывать количество скриптов в определенной папке или по всему проекту. Это особенно полезно для крупных проектов, где нужно отследить объем кода или просто организовать ресурсы.

  • Updated Nov 24, 2023
  • C#
WalkingGame

Игра "Ходьба по карте" — это консольная игра, написанная на C# с использованием .NET 7. В игре участвуют несколько игроков, которые по очереди бросают кости и перемещаются по карте. Если игрок наступает на ловушку, он отступает назад, если нет — продвигается вперед. Цель игры — достичь конца карты. Побеждает игрок, который первым достигает финиша.

  • Updated Dec 3, 2023
  • C#

Improve this page

Add a description, image, and links to the rimuru-dev topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the rimuru-dev topic, visit your repo's landing page and select "manage topics."

Learn more