Search Unity

Assets Unity Social Network App Template

Discussion in 'Works In Progress - Archive' started by Uni-Bit-Studio, Mar 25, 2019.

  1. Uni-Bit-Studio

    Uni-Bit-Studio

    Joined:
    Feb 25, 2019
    Posts:
    90
    Hello everyone. We worked on this project for several months. The project functionality is a kind of social network, similar to Facebook. I use Firebase as backend. I decided to publish it to the asset store in the "Template" section. Maybe this project will help someone in solving their problems. Do you think someone will be interested in a non-game project made on Unity?
    Here are the main features:
    1. Registration/ Email verification
    2. Login system
    3. User profile (Set image profile from camera/gallery)
    4. Friend list (invite, remove, add). Friends. Requested. Pending. Search
    5. View user profile
    6. Make post (text, image, video) from camera or gallery
    7. Post likes system
    8. Post comments
    9. Endless news feed with no memory leak and performance down
    10. Filter news feed. See your posts, posts only friends, or posts of all users
    11. Friend messaging system/chat
    12. Send direct message to user
    13. Native emoji support
    14. Auto detect and add clickable links in text
    15. Firebase backend
    16. Control quality of upload image
    17. Check online status, last activity
    18. Automatically loads profile photos with different sizes (1024, 512, 256, 128) for better app performance
    19. Automatically convert any users video to mp4 with H.256 codec on server side for better app performance
    20. See when user typing message
    21. Firebase push notifications
    22. Well structured database. The query time does not depend on the size of the database.
    23. Count of unread messages, friends post



     
    Last edited: Jul 3, 2019
    siratsaponth and Neviah like this.
  2. dxxcb

    dxxcb

    Joined:
    Nov 18, 2015
    Posts:
    12
    I'm excited, it would be very useful packages
     
    pummysingh81576 likes this.
  3. Uni-Bit-Studio

    Uni-Bit-Studio

    Joined:
    Feb 25, 2019
    Posts:
    90
  4. nt3dcompany

    nt3dcompany

    Joined:
    Apr 22, 2019
    Posts:
    42
    excellent work
     
    Uni-Bit-Studio likes this.
  5. sp09bce018

    sp09bce018

    Joined:
    Mar 31, 2016
    Posts:
    3
    Hi, can you please tell us about the apk size once built? thanks.
     
    Last edited: Mar 21, 2020
  6. Uni-Bit-Studio

    Uni-Bit-Studio

    Joined:
    Feb 25, 2019
    Posts:
    90
    Hi
    The current build size is 33 mb.
    But the size can still be optimized.

     
    siratsaponth likes this.
  7. Uni-Bit-Studio

    Uni-Bit-Studio

    Joined:
    Feb 25, 2019
    Posts:
    90
    Dear developers,
    We are happy to inform you that the update ver. 1.7 has become available on the asset store.
    https://assetstore.unity.com/packages/templates/packs/social-app-template-147393


    Full list of updates:

    New:
    - Compatible with Unity2019
    - Group chat
    - Ability to send image in chat
    - Ability to remove posts
    - Video/audio call

    Fixes:
    - Fix unread friends feed counter
    - Online status updating now from database
    - Fix video posting
    - Fix video/photo post orientation

    New documentation
    https://archbee.io/public/sXzjtP0LpJhdYCvnQBuHU/introduction

    If you install the project from scratch - use this tutorial
    https://archbee.io/public/sXzjtP0LpJhdYCvnQBuHU/setup-project
    To update an existing project - use this tutorial
    https://archbee.io/public/sXzjtP0LpJhdYCvnQBuHU/update-from-16-to-higher

    Best reagrds,
    Uni-Bit Studio Team
     
  8. Agathorne

    Agathorne

    Joined:
    Oct 31, 2019
    Posts:
    1
    Hello,

    I'm having trouble getting the friends news feed to work, the world news feed works fine. Also I cant get the likes\comments # value, and friends\pending # value to increase.

    any help would be appreciated.

    Thankyou.
     
  9. Uni-Bit-Studio

    Uni-Bit-Studio

    Joined:
    Feb 25, 2019
    Posts:
    90
    Hello,

    It looks like you did not install firebase cloud methods. Check this window for yourself.



    You can look at this at the end of the tutorial.
    https://archbee.io/public/sXzjtP0LpJhdYCvnQBuHU/setup-project

    if you have any other questions, please contact us assets@uni-bit.com

    Best reagrds,
    Uni-Bit Studio Team

     
  10. gaglabs

    gaglabs

    Joined:
    Oct 17, 2019
    Posts:
    185
    So is it just me, or when the object pooling pulls new feeds into the scrollrect, the scroll goes all crazy and springs around? Because that's a real eye sore when the scrollview jumps around when loading in new feeds. Am i missing something, or are other experiencing this also?
     
  11. Uni-Bit-Studio

    Uni-Bit-Studio

    Joined:
    Feb 25, 2019
    Posts:
    90
    Hello,
    Can you show it on the video?
    We need to see what the problem is

    Best reagrds,
    Uni-Bit Studio Team

     
  12. gaglabs

    gaglabs

    Joined:
    Oct 17, 2019
    Posts:
    185
  13. gaglabs

    gaglabs

    Joined:
    Oct 17, 2019
    Posts:
    185
    No reply? Was looking into Optimized ScrollView Adapter from the asset store. Can you incorporate something like this? Looks like it would optimize your scrolling issues in your package. I see your promo video doesnt show this issue and i know ive talked to others that also have this same issue. Its very buggy when reloading the feeds during pooling. thanks
     
  14. Uni-Bit-Studio

    Uni-Bit-Studio

    Joined:
    Feb 25, 2019
    Posts:
    90
    Hello,
    Does this happen on a mobile device too? Try doubling the scroll pool size and "Auto Load Count"


    Best reagrds,
    Uni-Bit Studio Team

     
  15. wilwilwil

    wilwilwil

    Joined:
    Jul 27, 2012
    Posts:
    19
    Hello,

    I'm having trouble getting multiple images in the chat window.
    It takes more than several seconds.
    Sometimes the app is closed while loading the images.

    Thank you.
     
    Last edited: Dec 18, 2020
  16. Uni-Bit-Studio

    Uni-Bit-Studio

    Joined:
    Feb 25, 2019
    Posts:
    90
    Hello,
    Do you mean one-by-one picture message in chat? Or have you implemented the display of several pictures in one message?

    Best regards,
    Uni-Bit Studio Team

     
  17. wilwilwil

    wilwilwil

    Joined:
    Jul 27, 2012
    Posts:
    19
    Hello,

    I mean multiple one-by-one pictures from multiple users in chat.
    It takes several seconds displaying previous images when users enter chat room.
    It would be more great template, if it provides infinite scrolling or automatic saving previous content in chat room at local device.

    Best regards,
    wilwilwil
     
    Last edited: Dec 19, 2020
  18. gaglabs

    gaglabs

    Joined:
    Oct 17, 2019
    Posts:
    185
    If you want to use "Caching" i suggest integrating Davinci. This is a great way to save images to easily pull them up at runtime. It also takes significantly less time to load images. As for infinite scrolling, its a bit of a hassle to do this when each feed loads with different sizes. The app already uses a sort of infinite scrolling by recycling the feeds and then reloads them. Some fine tuning could be established but Unibit are currently designing their new FPS asset. Join the Discord and you may find more useful resources.
     
    Uni-Bit-Studio likes this.