Page 1 of 1

Unity License - multiple computers

Posted: Sat Nov 30, 2024 10:08 pm
by ObiGobiGames
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

Re: Unity License - multiple computers

Posted: Sat Nov 30, 2024 10:37 pm
by Tony Li
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.