Search Unity

  1. Welcome to the Unity Forums! Please take the time to read our Code of Conduct to familiarize yourself with the forum rules and how to post constructively.

Oct 2019 Update on Project Tiny & roadmap

Discussion in 'Project Tiny' started by JC-Cimetiere, Oct 3, 2019.

  1. JC-Cimetiere

    JC-Cimetiere

    Unity Technologies

    Joined:
    May 8, 2014
    Posts:
    123
    Dec 12 update: New Preview available, see https://forum.unity.com/threads/pro...y-racing-preview-3-020-0-is-available.792999/
    --------------------------
    Last week at Unite Copenhagen 2019 we presented an update on the Project Tiny Roadmap.
    Our session was recorded and you can watch it here, and you’ll find below a quick summary.

    Project Tiny’s goals to deliver “a highly-modular runtime to produce small, light, and fast games/experiences” hasn’t changed. However, some aspects have been adjusted based on your feedback and the roadmap has changed.

    Project Tiny is DOTS Runtime (Data Oriented Stack)
    Initial previews of Project Tiny embraced the Data Oriented approach but had its own specific implementation (including the use of TypeScript), which allowed us to experiment, challenge and validate some key assumptions. Over time Project Tiny evolved to fully rely on DOTS components and C#, forming the DOTS Runtime.



    A more unified authoring experience for Project Tiny
    As announced in the last post, we’ve aligned the authoring experience on the DOTS conversion workflow, which allows you to work with GameObjects as you already know it, while easily convert into optimal ECS-based data at runtime. This conversion pipeline is shared with the Unity/DOTS features approach.

    Check the demo here to learn more.


    Deployment targets will include mobile in addition to HTML5 and 3D is a must
    HTML5 and 2D are important, but for Project Tiny to be a complete solution we heard the feedback that targeting Mobile platforms and supporting 3D were must have features.

    Starting with the next preview we will bring support for iOS & Android in addition to HTML5, so you can target a wider range of scenarios like Mobile, Playable Ads and Instant social experiences.

    To clarify the focus for Project Tiny, our goal is to make Project Tiny the solution to produce hyper casual games whether 2D or 3D.



    What’s next?
    We are planning to deliver the next preview with 3D and support for iOS/Android/HTML5 in Q4 2019. It’s very likely that the next preview is 3D only, while full 2D support will be coming back later.

    Full support for 2D / 3D/ AR combined is targeted for 2020. We plan on delivering frequent previews adding features incrementally and refine the roadmap as we get feedback.

    If you haven’t started yet experimenting with Project Tiny, we recommend that you wait until the next preview before testing it. We are aware that the current Project Tiny package (preview-0.16.1) is broken with the latest beta and its dependencies, and we do not plan to fix this until the next preview.

    If you want to get a head start, the best is to get familiar with DOTS in general. Start here, and check the DOTS related sessions presented at the last Unite like Converting your game to DOTS and Converting Scene data to DOTS which are already available (the complete Unite Copenhagen playlist is here).

    If you are currently working with preview-0.16.1, keep in mind that content you’ve authored in current preview of Project Tiny will have to be reworked and C# code will also need some adjustments. There won’t be any automated upgrade to the next preview.

    Thanks again for your feedback and engagement!
     
    Last edited: Dec 12, 2019
  2. Manny_bit

    Manny_bit

    Joined:
    Oct 2, 2019
    Posts:
    7
    Amazing job guys! Really appreciate the update! But why not first fully support 2D? Before moving on to 3D support and IOS/Android?
     
    Unitimstedt, VR_Town and wulcat like this.
  3. vincismurf

    vincismurf

    Joined:
    Feb 28, 2013
    Posts:
    200
    Yeah I highly await the next release
     
    VR_Town and Manny_bit like this.
  4. JC-Cimetiere

    JC-Cimetiere

    Unity Technologies

    Joined:
    May 8, 2014
    Posts:
    123
    On why 2D likely not in the next preview: we're doing lots of work to take Unity current 2D feature set to DOTS, and so we took a step back to do it in the right order now that we changed and solidified the authoring approach based on DOTS conversion workflow.

    We are doing our best to bring 2D back as soon as possible.
    JC
     
  5. andyz

    andyz

    Joined:
    Jan 5, 2010
    Posts:
    2,048
    Will it not be the focus for all future webgl/html content authored with Unity too?
    Because unless browser supporters (particularly apple/safari) change then memory and energy (cpu/gpu) costs are a bit high with normal Unity right now and a framework focused on optimising these things might provide solutions
     
    VR_Town and Manny_bit like this.
  6. NotaNaN

    NotaNaN

    Joined:
    Dec 14, 2018
    Posts:
    320
    While 2D support being removed and pushed back until a future update isn't exactly awesome... 3D support is going to be a literal game changer for Project Tiny! Sure, I don't have any 3D games on my list that I want to make as of now, but I fully support the decisions Unity is making and the direction they are deciding to go (they are a lot smarter than me after all). Thank you Project Tiny Team for working so hard, and thank you JC-Cimetiere for keeping us updated on the forums while we wait! Your effort is much appreciated! <3
     
    VR_Town, ex_dev and Manny_bit like this.
  7. Maras

    Maras

    Joined:
    Dec 11, 2012
    Posts:
    126
    Thank you for the summary. While I was a bit sceptical about "GO to entities" approach, I have now full confidence that it is the right thing to do.

    How much effort will be put into web targets? I think Unity Tiny would be great in pushing the boundaries of HTML5 games forward. Right now most of the games are super simple. Mainly because the performance plummets with more complex games when on the web on a low-end device.
     
    VR_Town, Manny_bit and Sutee9 like this.
  8. Ofreyre

    Ofreyre

    Joined:
    Jul 17, 2013
    Posts:
    28
    I have been using Tiny preview-0.16.1 (C#) for some weeks and it already has good support for super casual games except for:
    • fbinstant sdk, facebook IAP and monetization
    • Networking
    Any plan to integrate fbinstant sdk, facebook IAP and monetization?
    Any plan for networking?

    I think that by giving support for these could let many people to publish games made with Tiny asap. Indeed I have finished a casual game, but I'm missing fb integration and monetization.

    PD: Also I can't compile to AsmJS with jobs in my project, although I could for dotnet.
     
  9. Hertzole

    Hertzole

    Joined:
    Jul 27, 2013
    Posts:
    410
    Great to see progress moving along but also quite sad to see 2D being put on hold. It was what I was personally most interested in.
    But I also wonder, will standalones be supported? Seeing as you can apparently debug on Windows in a standalone build, it would seem very odd not to support it. I can't see it mentioned anywhere either, hence why I need to ask.
    I would love to make 2D games, both for web and desktop with Tiny. To me the entirety of Unity feels overkill for the kind of games I want to create.
     
    VR_Town, NotaNaN and Manny_bit like this.
  10. gamayun

    gamayun

    Joined:
    Nov 20, 2012
    Posts:
    34
    Great work Unity team! Can't wait to use the next package. Q4 seems sooooo long to me :)
     
    VR_Town, NotaNaN and Manny_bit like this.
  11. nonameoky

    nonameoky

    Joined:
    Oct 2, 2019
    Posts:
    3
    We are planning to deliver the next preview with 3D and support for iOS/Android/HTML5 in Q4 2019. It’s very likely that the next preview is 3D only, while full 2D support will be coming back later.!!!!!!!!!!!!

    :eek::(:(:(:(:(:(:( so long to me...
     
    VR_Town likes this.
  12. nonameoky

    nonameoky

    Joined:
    Oct 2, 2019
    Posts:
    3
    Project Tiny 1.0!! please!!!!!!!! thank you!!
     
    VR_Town likes this.
  13. Thaina

    Thaina

    Joined:
    Jul 13, 2012
    Posts:
    902
    Thanks for the very valuable warning and suggestions. This is what we really needed. We want to know the correct roadmap to decide should we wait and what we should do while waiting

    This is crucial that we should not play with the preview for now and should just start with DOTS instead
     
    VR_Town and Manny_bit like this.
  14. JC-Cimetiere

    JC-Cimetiere

    Unity Technologies

    Joined:
    May 8, 2014
    Posts:
    123
    On platforms support (HTML5/WebGL, desktop) related questions:
    We will focus on making Project Tiny fully optimized for HTML5/WebGL (no canvas) scenarios, including "Mobile Web". As said in my initial post Playable Ads and Instant games are still very much a target we will support. For desktop (standalone) runtime, we currently have Project Tiny builds working on desktop (windows/mac for now) mostly for the purpose of debugging and fast iteration. We will prioritize getting mobile (iOS/Android) platforms ready for production first, and then work on the desktop builds production support.

    On questions related to Facebook Instant games support:
    While we will make sure our HTML5/WebGL build support standards required by Facebook Instant games, you will still need to do the extra packaging work and API mapping to deploy to their platform. We will enable integrating external SDKs in general but likely we won't provide a "Publish to Facebook" one-click button initially.
     
    Aeroxima, VR_Town, Maras and 4 others like this.
  15. Manny_bit

    Manny_bit

    Joined:
    Oct 2, 2019
    Posts:
    7
    Why will you guys not support Canvas anymore?
     
    VR_Town likes this.
  16. andyz

    andyz

    Joined:
    Jan 5, 2010
    Posts:
    2,048
    Don't know what that is - no canvas, mobile web.
    For ads/insta-play?
    Not sure how big a deal that is compared to working webgl for desktop and mobile if browser support
     
    VR_Town and Manny_bit like this.
  17. Ofreyre

    Ofreyre

    Joined:
    Jul 17, 2013
    Posts:
    28
    Great news! Just been capable of easily integrate FB SDK to produce commercial casual games will be awesome. I think this will bust DOTS embracement.
     
    VR_Town and Manny_bit like this.
  18. eabelard

    eabelard

    Joined:
    Jul 3, 2012
    Posts:
    6
    Webgl is a better long term future proof path. The HTML5 canvas has two render context 2d which was the original version and then webgl.

    the webgl context is a close representation of OpenGL ES 2.0, which includes shaders, 2d shapes and other core 3D features. Webgl’s 2d render is faster then the 2d context so using the canvas context is a waste and not possible without extra plugins.

    And as a bonus, webgl 2 is on its way and is backwards compatible with webgl 1.
     
    VR_Town and Thaina like this.
  19. DoctorShinobi

    DoctorShinobi

    Joined:
    Oct 5, 2012
    Posts:
    216
    Hasn't WebGL2 been out for a while now?
     
    wulcat and VR_Town like this.
  20. eabelard

    eabelard

    Joined:
    Jul 3, 2012
    Posts:
    6
    The tech has been ready but only Firefox and Chrome fully support webgl 2 and Open GL 3.0. Edge and Safari don't support it and require enabling experimental features. Take a look at these examples of webgl 2 features. I hope this helps.

    http://webglsamples.org/WebGL2Samples/#glsl_flat_smooth_interpolators
    browser_webgl_support_edithson_abelard.png
     
    VR_Town and Thaina like this.
  21. Kiori

    Kiori

    Joined:
    Jun 25, 2014
    Posts:
    161
    For the record, I believe webgl 2 is not "on it's way". It's been here for a while and Apple has made a point of ignoring it in their anti-web policy. The next supported api will likely be webGPU. Till then it's webgl and canvas2d, of the two, canvas is lighter and built into browsers. But WebGl makes sense for a cross-platform solution, from a product stand-point.
     
    VR_Town, Manny_bit, andyz and 2 others like this.
  22. artemio_morales

    artemio_morales

    Joined:
    Nov 29, 2015
    Posts:
    19
    Great to see all the progress being made with Tiny!

    Any ideas on when you might be offering integration with Timeline? I'm really excited about the possibility of making interactive, lightweight 2d films for web.

    Did some experiments earlier in the year and I think Timeline for Tiny could be really powerful!
     
    VR_Town likes this.
  23. Thaina

    Thaina

    Joined:
    Jul 13, 2012
    Posts:
    902
    It's now the time to ignore apple and just build for android. If no game build to apple their system will just collapsed. It should be times for destroy this company that hindering everyone's future
     
    VR_Town likes this.
  24. leoln2000

    leoln2000

    Joined:
    Aug 20, 2019
    Posts:
    6
    I'm looking forward to the access of the 3D module, which has been waiting for a long time.
     
    VR_Town likes this.
  25. JJJohan

    JJJohan

    Joined:
    Mar 18, 2016
    Posts:
    214
    Are there any long-term plans for Project Tiny to be more accessible for non-game projects? It looks like a great use case for using Unity as a very lightweight renderer to visualise assets but the fact the majority of the typical .NET library is unavailable makes it nigh-impossible to use existing third party libraries for supporting various data formats. Currently I'm using Unity's regular WebGL build target but it's quite heavy.

    Nevertheless I'll probably play around with it for a few game projects as well as it looks quite promising.
     
    VR_Town and NotaNaN like this.
  26. Manny_bit

    Manny_bit

    Joined:
    Oct 2, 2019
    Posts:
    7
    Exactly, if you like to build web games for iPhones, Canvas2D it the only nice way. WebGL is not supported ;(
     
    VR_Town likes this.
  27. DoctorShinobi

    DoctorShinobi

    Joined:
    Oct 5, 2012
    Posts:
    216
    Not going to happen. Apple's market share is too large to be ignored. If not releasing on IOS means you could be losing millions of dollars then people will not comply to this boycott because it's a bad financial move.
    This is especially true since Apple not supporting WebGL2 isn't immoral enough for companies to justify boycotting Apple.
     
    VR_Town likes this.
  28. yossi_horowitz_artie

    yossi_horowitz_artie

    Joined:
    Jan 30, 2019
    Posts:
    87
    WebGL 1 definitely works on iOS Safari.
     
    VR_Town likes this.
  29. yossi_horowitz_artie

    yossi_horowitz_artie

    Joined:
    Jan 30, 2019
    Posts:
    87
    Unfortunately, I believe that the availability of the typical .NET library is one of the main things that MAKES the regular WebGL build target so heavy. I think it might be quite literally impossible for Unity to deliver what you're asking for, even though they no doubt would very much want to.
     
    VR_Town likes this.
  30. jGate99

    jGate99

    Joined:
    Oct 22, 2013
    Posts:
    1,796
    @JC-Cimetiere
    Is project Tiny going to use UI Elements for UI?
    Thanks
     
    VR_Town likes this.
  31. ex_dev

    ex_dev

    Joined:
    Jan 16, 2017
    Posts:
    3
    Is there any way to access the previous package with an older version of Unity? and the next preview would not have 2D support? Why to do this? Not really sure about the move because most of the simple content is going to be 2D anyways. Very disappointed about this.
     
    VR_Town likes this.
  32. m12ion

    m12ion

    Joined:
    Feb 1, 2019
    Posts:
    3
    we want webGPU, or move toward to babylon
     
    VR_Town likes this.
  33. Belcherman

    Belcherman

    Joined:
    Jun 7, 2017
    Posts:
    30
    FACEBOOK INSTANTS GAMES:
    I to would like more on how to make games that will be released on Facebook Instant. There seems to be very little about it if you google around and even less when googling tiny unity / facebook instant. I know how to use Unity so would be cool if we could have some type of sticky tutorial on a basic game setup and publish.
     
    VR_Town likes this.
  34. Warped

    Warped

    Joined:
    Mar 19, 2015
    Posts:
    14
    Hi! I can't find Tiny Project in Package Manager! Tryed different Unity versions, different platforms, preview packages but no result!

    http://prntscr.com/ptavw1
     
    ChessMax likes this.
  35. JC-Cimetiere

    JC-Cimetiere

    Unity Technologies

    Joined:
    May 8, 2014
    Posts:
    123
    Warped and yossi_horowitz_artie like this.
  36. Warped

    Warped

    Joined:
    Mar 19, 2015
    Posts:
    14
    Thanks. But why you fully removed Tiny? Why didn't return previous release?
    Is it possible to get previous versions?
     
  37. Juandapp

    Juandapp

    Joined:
    May 11, 2016
    Posts:
    53
    Thank you. How's that preview going? When does it come out?
     
  38. JC-Cimetiere

    JC-Cimetiere

    Unity Technologies

    Joined:
    May 8, 2014
    Posts:
    123
    yes it's still possible to get previous version, by manually adding the following line in the /Packages/manifest.json file in your project folder:
    "com.unity.tiny": "0.16.1-preview"

    Be sure to read this thread first:
    https://forum.unity.com/threads/whe...ckage-cant-find-it-in-package-manager.761381/
     
  39. KurtGokhan

    KurtGokhan

    Joined:
    Jan 16, 2013
    Posts:
    37
    @JC-Cimetiere The build has "The Turkish I Problem". It can't find some files because it changes "i" in the file path to "ı". It worked when I switched the language to english.
     
    Nyanpas likes this.
  40. yuvaldrory

    yuvaldrory

    Joined:
    Nov 11, 2019
    Posts:
    1
    @JC-Cimetiere any updates on the release date of the new Tiny Beta?
    a month has passed since Unite Copenhagen, is it coming soon? can we expect on Q4?
     
    Christof_Stanits, Nyanpas and Maras like this.
  41. Nyanpas

    Nyanpas

    Joined:
    Dec 29, 2016
    Posts:
    406
    I am also curious to test the Tiny 3D. Hopefully it can make my test puzzler a lot better for the webbernettes.
     
  42. Rallix

    Rallix

    Joined:
    Mar 17, 2016
    Posts:
    139
    Can't say I'm exactly happy with the roadmap…Simple 2D HTML5 games is "the" reason I became interested in Project Tiny. However, with the clarification above, I understand the reasons.
     
    Last edited: Nov 14, 2019
    Jalol, NotaNaN, Maras and 1 other person like this.
  43. HECer

    HECer

    Joined:
    Mar 17, 2013
    Posts:
    38
    Cannot find Project Tiny package in Unity 2019.12.f1
     
  44. DiegoWw

    DiegoWw

    Joined:
    Jun 13, 2019
    Posts:
    4
    Last edited: Nov 28, 2019
  45. Chetan_Ingle

    Chetan_Ingle

    Joined:
    Nov 21, 2019
    Posts:
    2
    Can we use Unity's new Input System in Unity Tiny? And is there any other way to access the D-Pad in the Unity Tiny projects?
     
  46. DVFrance

    DVFrance

    Joined:
    Jul 9, 2012
    Posts:
    19
    Hello @JC-Cimetiere,
    Is there any new roadmap, KaiOS need new games I want to use Unity but time is running.
     
  47. ZeN12

    ZeN12

    Joined:
    Mar 5, 2013
    Posts:
    10
    Hi, at Unite Copenhagen (Oct 7, 2019) was announced approximate release date of new preview package (in 2-3 months). Are there any new updates on new preview release (3d support)? Or maybe there is a close beta by invite?

    Second question is related to unity license. In free version, in "traditional" project, there was force to use splash screen ("Made with unity"). In DOTS/Tiny project (preview-0.16.1) there wasn't any splash screen. Do you consider to add splash screen for DOTS/Tiny project?

    Third question is related about Unity services, does Unity services still relevant for DOTS/Tiny project? For example crash reports or Analytics?

    I would like to help testing or provide feedback for new preview. If you are interested in my "QA Testing" please contact me.

    Thanks
     
  48. vincismurf

    vincismurf

    Joined:
    Feb 28, 2013
    Posts:
    200
    Will Tiny be available the day 2019.3 comes out? I am planning on spending the holidays building tiny projects.
     
    Last edited: Nov 26, 2019
    wulcat and NotaNaN like this.
  49. Unityratanaly

    Unityratanaly

    Joined:
    Jun 4, 2015
    Posts:
    2
    i suppor that idea
     
  50. JC-Cimetiere

    JC-Cimetiere

    Unity Technologies

    Joined:
    May 8, 2014
    Posts:
    123
    KaiOS is not on the roadmap, there is no plan to support it at the moment.