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

Add package manifest for pulling HEU through UPM #21

Open
wants to merge 2 commits into
base: Houdini19.0
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ Currently, the supported Unity versions are:
1. Copy the Plugins/HoudiniEngineUnity folder from the cloned repository from step 2, and paste it into your Unity project's Assets/Plugins folder. If the Plugins folder exists, you can simply merge with it.
1. Restart Unity.
1. Ensure Houdini Engine loaded successfully by going to the "HoudiniEngine" top menu and selecting "Installation Info" and making sure all the versions match.

## Installing from GitHub

Note: Installing Unity packages directly from Git requires a git binary to be installed on the system and is only supported in Unity 2019.1 or newer. The process is described in detail in [Unity's documentation](https://docs.unity3d.com/2021.3/Documentation/Manual/upm-git.html).

1. Open package manager window in Unity 'Windows -> Package Manager'
2. Click the + icon in the top-left corner, choose the 'Add package from git URL...' option
3. Enter the appropriate URL for the repository/branch/revision you'd like to add to the project - see Unity's docs for all available options. E.g. to add the latest official version of the plugin for Houdini 19, enter the URL 'https://github.com/sideeffects/HoudiniEngineForUnity.git#Houdini19.0'. If you've forked the repo, replace the base URL with your own repository.
8 changes: 8 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"name": "com.sesi.houdiniengineforunity",
"version": "19.0.505",
"unity": "2019.1",
"displayName": "Houdini Engine",
"description": "Houdini Engine for Unity is a Unity plug-in that allows deep integration of Houdini technology into Unity through the use of Houdini Engine.",
"dependencies": {}
}
7 changes: 7 additions & 0 deletions package.json.meta

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.