RobotecAI / ros2-for-unity

High-performance ROS2 solution for Unity3D
Apache License 2.0
449 stars 58 forks source link

Do not deploy plugins in the Asset folder #3

Closed adamdbrw closed 3 years ago

adamdbrw commented 3 years ago

As a build step, plugins are deployed into src/Ros2ForUnity/Plugins folder. This should not be the case. Instead, all build artifacts should be in build/ and install/ folders.

The asset folder is used to create .unitypackage, but this can be done in the temporary directory.