Hello,
I tried finding information online but found conflicting answers.
I have two computers. A desktop and a laptop.
I use both for a personal Unity project of mine.
I am interested in buying the dialogue system but I don’t want to purchase it twice.
If I buy it and install it on one device can I download it on my other one too?
I just don’t want to have to buy it twice
Unity License - multiple computers
Re: Unity License - multiple computers
Hi,
You're one person, so one seat license is fine, regardless of how many computers you use.
Tip 1: Use version control. It doesn't matter whether you use GitHub, Unity Version Control, or something else. But some kind of version control will make it much easier to keep your project in sync across your desktop and laptop.
Tip 2: The Dialogue System includes third party support packages for integration with other assets. These are in *.unitypackage files. Version control programs often exclude *.unitypackage. To include them in your version control repository, make sure to remove *.unitypackage from the exclude list.
You're one person, so one seat license is fine, regardless of how many computers you use.
Tip 1: Use version control. It doesn't matter whether you use GitHub, Unity Version Control, or something else. But some kind of version control will make it much easier to keep your project in sync across your desktop and laptop.
Tip 2: The Dialogue System includes third party support packages for integration with other assets. These are in *.unitypackage files. Version control programs often exclude *.unitypackage. To include them in your version control repository, make sure to remove *.unitypackage from the exclude list.