Skip to content

mogoson/MGS.CommandServo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

[TOC]

MGS.CommandServo

Summary

  • Command servo system for Unity project.
  • This project just provide the framework for command servo system.
  • You can use it to do more things.

Ability

  • Listener the command IO and read command buffer.
  • Parse the command buffer to Command.
  • Execute the Command and respond the result after complete.
  • Parse the respond result to buffer and write to command IO.

Install

  • Unity --> Window --> Package Manager --> "+" --> Add package from git URL...

    https://github.com/mogoson/MGS.CommandServo.git?path=/Assets
    

Samples

  • Unity --> Window --> Package Manager --> Packages-Mogoson --> Command Servo --> Samples.

Copyright © 2025 Mogoson. mogoson@outlook.com