Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

converted to unity package manager package. #67

Closed
wants to merge 2 commits into from

Conversation

HoomanJCode
Copy link

@HoomanJCode HoomanJCode commented Apr 9, 2021

Hello, now we have a unity package that can be imported from the package manager.

  1. open package manager
  2. add from git
    image
  3. import sample
    image

problems: this will break your ".unitypackage " production pipeline.
benefits: you can add, use and update easily.
todos:

  • set required unity version.
  • edit Readme for installation help.
  • add changelog and documentation links to the package manifest.

@HoomanJCode HoomanJCode marked this pull request as ready for review April 9, 2021 19:01
@HoomanJCode
Copy link
Author

not change any code or script.
I have removed TMP imports and moved files to a package structure. user will prompt if import samples and want to use.

@pnarimani
Copy link
Owner

Hi, Thanks for the PR.

Since this change moves a lot of files around, it creates difficulties for people who are already using the package and are trying to upgrade.

It's better to simply add package.json file to RTLTMPro folder and use UPM's subfolder feature:
SubFolders

@pnarimani pnarimani closed this Apr 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants