slavniyteo / one-line

One line property drawer for Unity3d

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add "how to build" to documentation

raslab opened this issue · comments

Yesterday tried to set up locally OneLine project to search how #38 can be fixed. But spend few hours to this :(
Reasons:

  1. I didn't found which version of Unity uses by default for plugin developing
  2. When cloned project - not clear then need to clone to assets folder
  3. After importing catch some issues with assembly definitions. Problem then in repository references between assembly definitions serialized as GUIDs (not as definitions names) and check needed reference - it's magic)
  4. And.... One of missed GUIDs referenced to assembly definition from another repository (rect-ex) )) Maybe will be better to use git submodules functionallity here?

Can you create something like CONTRIBUTING.MD (or just "How to build" paragraph in README.MD) and highlight this things there?

I've just written the instruction how to edit OneLine. It's here.

I close the issue, reopen if necessary.

Thanks a lot :)