Search Unity

Unity Teams is overpriced for some cases!

Discussion in 'General Discussion' started by Hassan-Kanso, Aug 17, 2020.

  1. Hassan-Kanso

    Hassan-Kanso

    Joined:
    Jun 10, 2014
    Posts:
    11
    Hello everyone,
    We're building a non-game app on Unity, it's less than 100 mb and we're 4 persons with 0$ budget, in sense we don't have sponsor or anything like that and 3 of us are students. The thing I want to subscribe to Unity Teams (better than subscribing to netflix in my opinion) so the basic free package has only 3 seats, okay then I'll get the next package for 9$ and I'm sure I'll get at least an extra seat, Oh no I get extra 25 gb space for my 500kbytes app and 0 extra seats! how many? ZERO. It means I have to pay 16$ just to get that extra seat, which make the deal unfair. Would you like to help me in this regard?
     
  2. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,152
    Just learn Subversion and sign up for an account with a shared hosting provider that offers subversion repositories. This has the added advantage that you get a website for your project too.

    https://www.a2hosting.com/svn-subversion-hosting
     
    Joe-Censored and angrypenguin like this.
  3. angrypenguin

    angrypenguin

    Joined:
    Dec 29, 2011
    Posts:
    15,620
    Yeah, there are plenty of options here. Unity's strength is ease of use and direct integration. If those things aren't worth $16/mo for you then check out stuff like @Ryiah's suggestion, GitHub, Azure DevOps, GitLab, PlasticSCM...
     
  4. MDADigital

    MDADigital

    Joined:
    Apr 18, 2020
    Posts:
    2,198
    Distributed versioning is alot better than old tools like SVN. Much more intuitive to branch, merge etc
     
  5. Ryiah

    Ryiah

    Joined:
    Oct 11, 2012
    Posts:
    21,152
    Intuitive for whom? Just because it was easy for a programmer to pick up doesn't mean the artist will find it that way.
     
    Peter77 likes this.
  6. MDADigital

    MDADigital

    Joined:
    Apr 18, 2020
    Posts:
    2,198
    LFS isnt hard and when setup the user will not even need to think about it
     
  7. Hassan-Kanso

    Hassan-Kanso

    Joined:
    Jun 10, 2014
    Posts:
    11
    they are worth but it's really annoying how they give you everything in 9$ package except one thing and this makes the whole benefits worthless. I think I find 7$ for an extra seat is unfair, it should be 3$. I'll just stick to github, they gave us exactly 4 seats for private repository, which is perfect.
     
  8. Marc-Saubion

    Marc-Saubion

    Joined:
    Jul 6, 2011
    Posts:
    655
    When it's setup which isn't an accessible process.
     
    MadeFromPolygons likes this.
  9. Marc-Saubion

    Marc-Saubion

    Joined:
    Jul 6, 2011
    Posts:
    655
    Unity just acquired plastic scm and they've got some new offers that might be a lot more interesting.

    You should check them out.
     
  10. MadeFromPolygons

    MadeFromPolygons

    Joined:
    Oct 5, 2013
    Posts:
    3,980
    Rather than getting into the whole git vs SVN vs etc debate, I think its important for OP to try all solutions and go with the one that is most cost effective, easiest to use, and has all the features your team requires.

    Everyones ideas on source control + versioning is usually based on opinions they have formed by using their prefered approach, meaning you should form your own opinions and take everything everyone says here with a pinch of salt.

    My personal preference is git + LFS and we have artists that use it no problem. But SVN is a lot less hassle when working with unity to be honest. Plastic SCM is great but was pricey, and git is free for me (with LFS costing about $5 a month for 50GB storage)