Search Unity

Feedback Needed! Investigating New Pricing Model for Unity Multiplayer

Discussion in 'Multiplayer' started by DBronson, May 11, 2017.

Thread Status:
Not open for further replies.
  1. DBronson

    DBronson

    Unity Technologies

    Joined:
    Oct 1, 2016
    Posts:
    12
    Hi Everyone,

    We've been working on some potential changes to how we bill for Unity Multiplayer and would love your feedback. If you're interested in doing a ~30 minute call to go over a some proposals and provide your opinions we'd love to hear from you. Just grab a time that works for you here: https://calendly.com/derekatunity/multiplayer/

    If those times don't work out for you message me privately and we'll work something out.

    Thanks,
    Derek
     
  2. Rungsted93

    Rungsted93

    Joined:
    Jun 29, 2016
    Posts:
    38
    Hey DBronson, i think it would be better if you just wrote down your potential changes :)

    Otherwise i have some suggestions,

    500 CCU - unlimited or very high bandwidth limit like something along 15 kb/s - $50-100 (Plus or Pro also needed)
    1000 CCU - Unlimited bandwidth with some kind of fair usage so people don't go crazy maybe like 25 kb/s $100-150 (Plus or pro of course also needed)
    Then if you want to go higher than 1000 CCU you can pay $100 monthly for every extra 1000

    I feel this way would seem less "frightening" for users since you know how much you will pay and can budget accordingly, also at this moment i can't even see how much i've used this month so in theory i don't know if i will have a $1000 bill incoming. (Obviously i won't but you get the point). Otherwise maybe i haven't just been able to locate the tab showing currently monthly data usage in which case i would love if you could :)

    Edit: I haven't got my first bill yet, so i don't know how prices compare to CCU really, but of course you should do the Multiplayer services as cheap as posible. Otherwise people will just get Dedicated servers instead :)
     
    pKallv and SirTwistedStorm like this.
  3. moco2k

    moco2k

    Joined:
    Apr 29, 2015
    Posts:
    294
    I think that it is essential to provide developers with a transparent option to clearly retrace the bandwidth consumptions which are actually charged by Unity so that we can understand the costs. As of today, however, it seems that such an option is not available yet. Good news is, on my question here, Richard has confirmed that it is planned to be made part of the analytics dashboard. This is good to know and I think it's about time.

    I would also like to suggest that you consider to separate matchmaking & server browser services from the relay server service.

    For example, let's say I would like to use a native unity solution to list available servers for my game, or, alternatively, to implement some other kind of matchmaking. Of course, this needs a server hosted by Unity. So, it is reasonable to pay a fee for this service. However, I could as well decide to use a third party solution for matchmaking.

    Then, the next step is the actual connection. I think a quite good solution is like this:

    1. Try direct connection first. If this works - fine. No need for everything else or to pay anything further.

    2. If direct connection fails, try NAT punch through (a native solution for this seems to be currently in development by Unity, a solution in the asset store is available already).

    3. If step 1 and 2 both fail, it's nice to have the option to fallback to relay servers in order to guarantee a 100% connection in any case if wanted. Of course, this is a service that cannot be provided for free. Notably, however, this is an optional step. Developers could just decide to use steps 1 and 2, but not necessarily 3. Or, they could decide to use a third party solution for relay servers.

    So, this is why I think it might be a good idea to separate these services to provide higher flexibility. Still, it might be an attractive solution to run a game with overall native Unity services if reasonable.
     
    Last edited: Jun 22, 2017
    Mreaking, TwoTen and IAMBATMAN like this.
  4. Mad_Mark

    Mad_Mark

    Joined:
    Oct 30, 2014
    Posts:
    484
    Please post your proposal, either straight up, or as poll(s). Who has time for phone calls, Derek?

    I would suggest that you not forget the hobbyist, and realize that your competitors are offering 20 CCU for no cost. Want to take the business from them? Don't jut match it, beat it, and offer something that sweetens the pot. Like SIMPLE networked object pooling, or some other means to optimize bandwidth/performance.

    Just my 2¢
    Mark.
     
    pmenefee and SirTwistedStorm like this.
  5. DBronson

    DBronson

    Unity Technologies

    Joined:
    Oct 1, 2016
    Posts:
    12
    @Rungsted93 - Thanks for the feedback. Your point regarding how "frightening" it is for users is spot on. We are currently working on reporting usage in the dashboard as well as adding better tools for measuring usage of your game before you release it.

    @moco2k - There has been some talk on splitting out matchmaking/server browser into a standalone service. With regards to your other points we currently have a developer working on NAT punch through and ensuring that the pipeline with the service is smoothed out so developers can take advantage of the 1-2-3 flow you are describing. We don't have an exact timeline but I can say that it is currently the #1 feature on that person's plate.

    @Mad_Mark - Point taken Mark. We're finalizing an idea or two and will share them with several people for more offline based feedback.
     
    moco2k likes this.
  6. JJMGlabs

    JJMGlabs

    Joined:
    Jan 21, 2017
    Posts:
    1
    @Mad_Mark - I just wanted to second this point. The ability to use the free tier as a stepping stone is an essential asset to some developers that have to face so much uncertainty. It nice to be able to hop back to shore if the stepping stone crumbles with as little cost as possible.
    I haven't actually got a full feature game built yet with Unet or even unity(used monogame previously), but If I hit success then naturally I have no problem paying a fair price for networking where more users connect to my apps. I also think it makes sense for the tiers to be part of the unity subscription but only if the Unet package scales with the unity price sensibly(the best price for 500 ccu will probably not match with Unitys plus price for a crazy example).
    I also just want to post a link to this thread because I think it has a very good analysis on pricing and Is part of the reason I haven't given up on Unet after looking at the competitors.

    I just wanted to voice my opinion if it s not to late, though im sure that a competitive pricing plan will be implemented by Unity anyway.
     
  7. orb

    orb

    Joined:
    Nov 24, 2010
    Posts:
    3,037
    I don't know what the networking services market is like nowadays, mostly because I'm not doing anything big, but also because any larger CCUs are "contact us for prices". This is code for "you can't afford it" :)

    But personally, I can make my own matchmaking service and run at least 300k CCUs at a very low fixed cost (one rented server dedicated to the purpose, no load-balancing). Yes, it's a bit more work and fallback options add the cost of a server for each level of redundancy, plus monitoring. But it's still cheaper than numbers I've calculated from AWS and similar elastic cloud services.

    So just matchmaking should somehow match that, or add very useful benefits. Possible bonus features could be things like account systems (UT handle user accounts for your game too - huge benefit right there), payment gateways (they handle accountING as well), or at the very advanced level, host your game servers for games where that is a thing.

    All the services I've seen use different schemes which make it hard to compare them, of course, so I think simply copying the competition, streamlining it and doing a bit more is how you can make your service the desirable one.
     
  8. MrDude

    MrDude

    Joined:
    Sep 21, 2006
    Posts:
    2,569
    A friend of mine was saying how expensive networking is so I went to have a look and I must admit that I cannot find where he got his prices from. Getting a pro subscription includes more CCU and it cost less than what he described... but I digged deeper and went to use the calculator.

    From my point of view, the pricing looked really cheap based on the data I was plugging in there. Of course, I don't have a cooking clue how much data I will be transmitting yet so those numbers are bogus at best. Following a link to the forum I read that Unity is trying to charge you ONLY for what you use and thus keep the costs to a bare minimum and the poster there even said himself that the calculator is a best guess effort and should not be trusted yet... See their pricing as a general guideline and hope and pray...

    Here are a couple of thoughts I have about networking prices, in no particular order:

    1. I do NOT want to pay a once off free PER GAME for X users max. If I pay for 500 users and only get 3 ppl to ever play that game in total (much less at the same time) then I don't want to pay another $2500 for another 1500 CCU for my next game.

    2. I don't want to be told "Pay us a fortune and you can have as many CCU as you want. You will have to provide and pay for your own hardware to and run your own server after paying us this small fortune, though"

    3. I am not prepared to launch a game that I wish to become successful but with my lack of advertising experience might not even reach 10 people but if 21 people take an interest, then the game will simply deny everyone else access while I am trying to get the game discovered. 20 CCU to me is a joke and I wouldn't even launch a demo on my website with that limitation.

    4. In contrast, paying for 500 CCU every month, hoping that 10 people discover it is also daylight robbery.

    5. The final part of this catch 22 is that Unity offers the option of one only paying for what one uses and no more. That sounds perfect... except for one small catch... I want to make free to play games so I might or might not get 500,000 downloads in my first month or three, with 0.001% paying me $1 per month. For all the $1000 I make per month I certainly can't survive if 2 million people downloaded the game and just checked it out for a day or so then 99% said "nahhhh" and left me with a $20,000 bill to Unity because people just tested the game then left... ouch.

    I am blowing the figures way out of proportion here but way back in the days of Unity 1 and poor discovery mechanisms and far far far less users than now, every single demo I released on the iStore to see if people like the game so I could do more with the game, nothing had less than 500,000 downloads by the time I stopped bothering to look. 500,000 downloads, 2 million plays, 1000 remaining players afterwards and a bill that cannot possibly be calculated in advance... This "we don't know how much we are going to charge you" thing is the real reason why I don't do multiplayer games...

    It boils down to this:

    1. Either you pay for a set number of players and if you are popular then you will just have to tell the bulk of your players "sorry, go away, I can only handle this many people" and never even know exactly how many people were interested...

    2. another option is for my plan to automatically upgrade if and when the users exceed my cap, again limiting me to another cap I did not choose and just adding to my bill without my having a say in the matter ... only to then stay that high for the following months even after interest has died. No automatic downgrading of your service is there? Just automatic taking of more money.

    3. And the last option is to not have any cap on your users and just send you a bill for any amount under the sun. Maybe $3 maybe $25,000... just wait till the end of the month and be sure to pay up by the 5th, thank you. No way am I going that route...

    So chase away your customers or bankrupt yourself. Pick one.

    SOLUTION: I prefer option 4

    What Unity has done all these many years so far... Give us a testing service that we can use to test our games on for free, no matter how many users end up playing it... but once we release the game, give us the software to run on our own servers so we can use the built in networking exactly as it is but from our own servers without any CCU cost as long as we run it on our own hardware. Of course, for those of us who don't have the skill to set this up, let THEM choose to use your servers and pick from the above options...

    I would rather figure out the installation of server software that you provide us (Master Server and facilitator) and not have to make the choice between showing customers the door or bankrupting myself. At the moment what I am doing is running a server instance of my game on my own server at home. I have a fast enough line to handle the game working as a master server (or an authoritative server if I so choose) and I have uncapped bandwidth from my ISP so that means all it is costing me is $2.50 for the static IP every month and the once off $150 for the second hand Mac Mini I bought as my server... IfI could have a master server like you used to provide so I don't have to run a full game to act as my master server then I would prefer that option any day and just run that on a VPS that costs me $5 per month and doesn't give a frag how many people are playing my game...

    But as it stands I feel you give me only 2 options: Chace people away or bankrupt myself. Solve that issue for me and you will have the answer you are willing to make all those phone calls for. Find a means of offering a middle ground to those two extremes...

    How about a free, limitless master server during testing and 3 months free usage after publishing. In 3 months we will have built up our userbase, seen if the game is going to be worth it or not to keep online and you can tell us exactly "This is what your bill would have been for these three months". Based on our user base at that time and the figures you provide us we can then either say "Nah, I am going to remove this game from the iStore and cut my losses" or say "Okay, this could work" and know how much to factor into our budgets to pay for our networking. No more "No clue how much until the bill arrives" nonsense...
     
    Last edited: Aug 2, 2017
    swapnilpadlekar18 and pKallv like this.
  9. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    I think Unity should get rid of the free CCU for games in development so that the much smaller number of actually released games don't subsidize the unreleased. That way Unity can drastically cut the cost per GB for released games, hopefully down to below $0.10 / GB. Replace free CCU with developer configurable daily usage caps to prevent runaway bandwidth usage during development.

    Right now the high cost of data for a released game is basically a hard barrier for an indie developer putting together a free to play game, where there will be relatively high network usage compared to paying customers.

    It doesn't help the developer having free bandwidth during development if virtually all income to their project gets sucked up in networking costs after release.
     
    Last edited: Aug 11, 2017
    pKallv and Rockwall33 like this.
  10. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,191
    EXCELLENT post and I fully agree. My biggest worry is the above. Based on demands from my user-base I was thinking of rewriting and upgrading my (successful) family quiz game on Apple app-store from XCODE OBC to Unity and UNET but as MrDude stated the feeling is that it may become very (too) expensive in the end. I know that a quiz game is not eating bandwidth but still it feels to uncertain. However, maybe a native XCODE Swift based Game center & Google integration is better.
     
  11. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,191
    I guess for us indie developer this somewhat sums up the discussion!!! ...and why a lot of people looking for other solutions.
     
  12. Xype

    Xype

    Joined:
    Apr 10, 2017
    Posts:
    339
    I wouldn't worry about investigating new multiplayer pricing models when we got community members so fed up with unet they are fixing it themselves....

    Your main competitor has a more complete HLAPI networking system that is optimized for smaller player counts, heck that whole engine is just a fps engine to me. You have an opportunity to provide something a little more unique, and since it is just an API the support would still be in place for those people who just need a few things and a single 1 scene server.

    Basically why are you focusing on the hosting when you should be focusing on the network layer behind it? If you want to offer overpriced hosting just partner with one of the terrible game hosting companies like gpanel or something.
     
    Last edited: Aug 16, 2017
  13. baixingchao

    baixingchao

    Joined:
    Aug 10, 2017
    Posts:
    2
    Hi,
    Is it possible to make the matchmaker server and relay server running in every player's client?Just like the idea of torrent.So Unity just stand there as a torrent seed,and fee will be low.That will be great!
     
  14. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,191
  15. Rungsted93

    Rungsted93

    Joined:
    Jun 29, 2016
    Posts:
    38
    Why actually not just get some real dedicated servers and let us rent them?
     
  16. lullaharsh

    lullaharsh

    Joined:
    Sep 9, 2012
    Posts:
    29
    Hi!
    I am very new to networking so please excuse me. Is it possible to fund these servers with Unity Ads at a $6 CPM? I am thinking of making a ticket system where users can choose to watch ads to get tickets(or buy them using IAPs). I was initially thinking of making 3 games per ticket. (each game runs for 10 minutes and uses data equivalent to that of Minecraft) Is this idea feasable and how much profit can be made out of it? (I suppose 50 Concurrent users)
     
  17. MrDude

    MrDude

    Joined:
    Sep 21, 2006
    Posts:
    2,569
    Guys, so from what I read in other threads the choice is really simple here... Use Unity matchmaker and pay them what they think is fair... Or start a copy of your game as a dedicated master in headless mode on your VPS and have THAT be your master server, thus costing you nothing.

    So those who want to use unity's matchmaker service, they can... and those who want a free solution with no CCU caps or limitations of any kind other than what their hardware is capable of, just build an instance of your game, put it on your own VPS and there you go... all it will cost you is the price of your VPS... which start at about $5 p/month.. including an SSL certificate.

    Of course, if you are gonna do this then the cheapest package you can find is not the best idea, but it is a good start and all their packages come with free SSL. Again, just to reiterate, if you do this then you are not using Unity's matchmaking and should not offer that option in your connection options.

    Now that that option is on the table this discussion can get back on track again... but it means I have my answer and am out. Good luck to the rest of you :D
     
    Last edited: Sep 5, 2017
  18. Rungsted93

    Rungsted93

    Joined:
    Jun 29, 2016
    Posts:
    38

    You also forgot to mention this way you save the Plus or Pro Subscription which is needed to use the multiplayer services :) !
     
  19. MrDude

    MrDude

    Joined:
    Sep 21, 2006
    Posts:
    2,569
    Ironically enough, I am considering getting Plus now that I have had some experience using it to deliver projects to clients :D
    Note that you don't need a subscription to use the 20 CCU.. you just need to pay (subscription or otherwise) if you want a worth while number of players.

    @pKallv I actually realised a stupid thing in that earlier options pro vs cons assessment of mine. That holds true for when you actually make multiplayer games where there are multiple players playing against each other directly... in most of the FTP games that I have played and the ones I intend to make will entice downloads by the masses BUT there is no real multiplayer involved. I.e. I will have 500,000 players connecting to my site and it's servers to log into their account, to play and store their data and ultimately leave their mark on the leaderboards etc... but all of that will be handled by my own WordPress assets and with the exception of being able to see the scores of multiple players and to see them update with values of other players, these people are never actually playing a multiplayer game...

    Even when I release my kit to have "friends" and to have their avatars fight alongside you in battles using their actual gear and stats etc... All of that will be driven by my own WordPress plugins for initial setup at the start of the game and for gear/xp/score updates etc but even then, there is no actual multiplayer going on.

    I don't make games where people play together because of the limitations of the CCU but that doesn't mean that I can't create f2p games with all it's data stored in the cloud. This means that most of my "online f2p games" actually won't even make use of networking at all.

    Once I get my Plus subscription (will do so as soon as they launch a special that does not include random assets I either have no interest in or already own) then I will have the larger 50 CCU limit which is still rather pointless and there running my own server would definitely be a bonus... but there is one more thing that you guys seem to have forgotten... By buying Stan's Assets iOS Native kit for $25 just to simplify your life; or else just figure this out yourself; you can actually change the "20 CCU" limitation into "20 CCAU"...

    Think about it... Apple has GameCenter which comes with built in match making (I think the limit is 4 or 8 players in a match) but offers no CCU limit. This means that as long as you use GameCenter to do the matchmaking for your iOS builds then you only need to worry about 20 Concurrent Android Users via Unity's matchmaker service. Just thin about that for a second... let's say you have a 50/50 split between Android and iOS downloads... literally half of your game's players will not have a CCU limit and the other half will be subject to it... That effectively doubles your chances of not having too many people playing at once...

    Still, 20 CCU on Android is still very limiting... so concentrate on the unlimited iOS players instead! :D Worry about the Android version once you've tested the waters on iOS. Not ideal, but it gives you a free way of testing how many users you have and all that analytic stuff and then you will know how much you need to budget for Unity for the Android release... Again, not an exact science but it should give a far better deal that "No more than 20 players, people, thank you for your interest now f-off" or "Oh, let's just gamble and see how much it costs me, shall we"...

    @Rungsted93 and if you do it that way AND use the self hosted server then you also greatly reduce the load on your own server resources. Bit of extra coding in your game, loads of saved resources and far clearer view of what you need to budged for to use Unity multiplayer... (if anything at all)

    EDIT: Oh snap! I was just looking at Stan's product page and noticed his Ultimate Mobile bundle is on sale at the moment so if you buy THAT ( $25 on sale $50 normal price ) you get unlimited iOS and unlimited Android CCU!
     
    Last edited: Sep 16, 2017
    ramand and pKallv like this.
  20. Rungsted93

    Rungsted93

    Joined:
    Jun 29, 2016
    Posts:
    38
    Not everyone develops for mobile devices ;) In my case it's a PC game on Steam. However having a dedicated server or VPS is something i just really regret from the start...

    1. We can't get the Host migration to work because we can't find the documentation for it
    2. Playing across continents with people having different kind of connections doesn't help either since we currently don't have proper reconnection
    3. This means we can't have any form of ranked or random games = No progression system...

    So yeah i kinda regret going for UNET to be honest...
     
  21. djarcas

    djarcas

    Joined:
    Nov 15, 2012
    Posts:
    246
    Did anything happen about this? I'm just aghast at the bandwidth costs - 49c/gb for Unity, whereas AWS is 2c/gb. 1,500 CCUs/mo is $8400, which is... untenable?
     
    pKallv likes this.
  22. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,191
    I am developing a game that I have some really good and solid financial backing for and have completed the UNET implementation. We need to decide very soon what future path i should go with this. I want to use UNET because it is native but the potential future cost for this is really worrying and we may need to change.

    Please enlighten us?
     
  23. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,191
    Hallo anybody out there (from Unity)???
     
  24. Joe-Censored

    Joe-Censored

    Joined:
    Mar 26, 2013
    Posts:
    11,847
    They aren't going to announce a new pricing model until the decision is final.
     
  25. JarJarWookie

    JarJarWookie

    Joined:
    Dec 14, 2017
    Posts:
    1
    I've been having a fun time understanding the unity environment learning how to make multiplayer games using the engine. When I eventually got around to this part of the module, the built-in matchmaker, and the staggering costs involved, how is this justified? What are the costs going towards? Is it literally just the expense of bandwidth?

    When I look at large games, let us say, a million users, and let us say for the sake of argument that's exactly how many copies of your game you have sold at say 10$ a pop, Of your 10 million dollars in sales(probably about 30% lower than this after transfer fees, taxes, Steam distribution fees ... The unity matchmaker?!? will want $5,396,772 of it. How is this acceptable in any reality? All the numbers I used are made up, the only real number is how much the unity matchmaker will want per month, along with default values and the other slots.

    What the hell is so expensive? what is being paid for? I feel like this is the big hidden scam part of this too good to be true game engine construction toolkit
     
  26. MrDude

    MrDude

    Joined:
    Sep 21, 2006
    Posts:
    2,569
    This thread was closed October 1st. Don't know why they leave it open. :/

    @JarJarWookie
    The costs are a huge deterrent, I absolutely agree... but this is not a "Unity thing", this is a "networking thing". Unity offers their service, Photon offers theirs, other places offer their services... and each charge their own prices. Most of them are going to shock the bejezus out of you but that is why you need to shop around for prices.

    Unity offers you a flat rate per month or a "pay for what you use" rate but if you have a million users playing multiplayer then I would suggest NOT selling your app for $10 or charging them a subscription if you want to use services such as Unity or Photon or [insert company X here].

    Fortunately there are alternatives. Alternatives I already listed above. I.e. you can write a matchmaker yourself and run it on your own server and only pay whatever your dedicated hosting costs you per month. Or you could buy the asset I linked to above and pay $50 once off and never have to pay for multiplayer ever again if your game is targeted solely at mobile. In fact, if your game is targeted at iOS only then Apple provides a free matchmaker service via GameCenter. There the only restriction is that each game can match up only 4 players per match.

    Point is, this is not a "unity thing" but a "networking thing" and there are alternatives based on how your game works. For an MMO you will need someone like Unity/Phothon/MuchDiffernt etc. If you just want people to play together in teams of no more than 4 then you can have a million players and not pay a cent for any of it.

    I recently read a statement made by Photon saying that with a 100CCU account you can usually have around 2000 players per day play without incident. For a n00b like me, having 2000 people play my game every single day, that would be awesome! Think about it! Photon has the distinct advantage of paying a once off fee and that is that... and then they got greedy and said "for 5 years only". I think they are now down to "Pay us a once off fee every 2 years". It's still cheaper than $5,396,772 but I just don't like it when ppl b*llsh*t me with "Free for only $50" or "Lifetime use for 2 years" or "Everything included, except what's not"... so as much as I love Photon's API I am not a big fan of theirs any more and don't even use the 20 free CCU they offer.

    TLDR version:
    There are alternatives and you have numerous choices to the point where you can get picky over who you use... Just do some research and find the place/service/price that is right for you. If you need 1000 players in the same scene together, use Unity/Photon/whoever. If you want 2 on 2 matches then don't use them. Check out the Ultimate Mobile Bundle if you are targeting mobile only ($50 once off). Or check out GameCenter if you are targeting iOS only (100% free).

    Hope this helped
     
    pKallv likes this.
  27. pKallv

    pKallv

    Joined:
    Mar 2, 2014
    Posts:
    1,191
    This is a real concern for me as i am approaching final stage in my development. I had the opportunity to pitch my project to a VC that offered me quite som money if i finished the game within 6 month. The Alpha testers are really positive.

    No I have to start thinking about what network solution i should select, this is a huge challenge due to cost. The networking piece of the game is already developed using UNET but i am VERY concerned regarding costs and how to cover that.

    As discussed, what if 1M people would actually download and want to play multiplayer, how do plan, charge and cope with that?

    I really want to use UNET as i try to use all Unity3d but really need to take a decision soon.

    Any thoughts?

    Unity3d please recommend?
     
    Last edited: Feb 4, 2018
  28. MadeFromPolygons

    MadeFromPolygons

    Joined:
    Oct 5, 2013
    Posts:
    3,979
    I think if they were going to officially respond to any of this by now, they would have.
     
  29. hippocoder

    hippocoder

    Digital Ape

    Joined:
    Apr 11, 2010
    Posts:
    29,723
    Yep going to lock this I think (staff can open it). Unity are aware of everything and will announce something some time further down the track when they have something worth everyone's time to talk about :)
     
    MadeFromPolygons likes this.
Thread Status:
Not open for further replies.