Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hecomi/udllexporter
Tool to build DLLs in Unity.
https://github.com/hecomi/udllexporter
editor-extension unity
Last synced: 2 months ago
JSON representation
Tool to build DLLs in Unity.
- Host: GitHub
- URL: https://github.com/hecomi/udllexporter
- Owner: hecomi
- Created: 2018-04-12T23:28:46.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-11-24T15:32:35.000Z (about 3 years ago)
- Last Synced: 2023-03-15T11:15:27.224Z (almost 2 years ago)
- Topics: editor-extension, unity
- Language: C#
- Homepage: http://tips.hecomi.com/entry/2018/04/16/004749
- Size: 28.3 KB
- Stars: 79
- Watchers: 9
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
uDllExporter
============uDllExporter is a tool to build DLLs in Unity.
**This editor extension will not work with Unity version after 2019.2 for now.**
How to use
==========![UI](https://raw.githubusercontent.com/wiki/hecomi/uDllExporter/ui.png)
1. Open uDllExporter window from **Window > uDllExporter**.
2. Select sources or directories which you want to includes into your DLL from Project window.
3. Input **Output Directory Path** and **Output DLL Name**.
4. Select DLLs which you want add as references from **\* DLLs** select boxes.
5. Press **Build DLL** button.License
=======MIT License
Copyright (c) 2018 hecomi
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.