unity 에서 화상채팅 솔루션 비교

 

 

webrtc 

서버 구축이 문제

https://assetstore.unity.com/packages/tools/network/webrtc-video-chat-68030

 

WebRTC Video Chat | 네트워크 | Unity Asset Store

Get the WebRTC Video Chat package from because-why-not.com Limited and speed up your game development process. Find this & other 네트워크 options on the Unity Asset Store.

assetstore.unity.com

 

agora.io

비용이 문제

https://assetstore.unity.com/packages/tools/video/agora-video-sdk-for-unity-134502

 

Agora Video SDK for Unity | 비디오 | Unity Asset Store

Get the Agora Video SDK for Unity package from Agora.io and speed up your game development process. Find this & other 비디오 options on the Unity Asset Store.

assetstore.unity.com

 

 

채팅 솔루션과 비디오 솔루션이 있지만 p2p 이미로 방생성관리 기능이 없음

이부분을 따로 구현해야 함

 

Posted by 아기곰푸우
,

Ansible 설정 관리

 

https://www.ansible.com/

 

Ansible is Simple IT Automation

Ansible is the simplest way to automate apps and IT infrastructure. Application Deployment + Configuration Management + Continuous Delivery.

www.ansible.com

 

 

https://www.veritis.com/blog/chef-vs-puppet-vs-ansible-comparison-of-devops-management-tools/

 

Chef Vs Puppet Vs Ansible - Comparison of DevOps Management Tools

Puppet, Chef, Ansible, and SaltStack are the four top contenders in the DevOps tools, including DevOps certification. The top 4 tools are Infrastructure-as-a-Service (IaaS) configuration management tools that provide different paths to achieve a common goa

www.veritis.com

 

 

Posted by 아기곰푸우
,

https://wakatime.com/

 

WakaTime - Dashboards for developers

Open source IDE plugins for programmers.

wakatime.com

 

 

https://frontmulti.tistory.com/65

 

[WakaTime] 프로그래머 시간 추적 (내가 코딩 한 시간은 얼마나 될까?)

여러분은 코딩을 하다가 이런 생각해 본 적 없으신가요? 하루에 몇 시간씩 코딩할까? 가장 많이 사용하는 언어는 무엇이지? Editor는 어떤 걸 가장 많이 사용할까? 저는 코딩하다 문득 위와 같은

frontmulti.tistory.com

 

Posted by 아기곰푸우
,

plastic scm

프로그램개발 2022. 4. 21. 11:44

https://www.plasticscm.com/

 

Plastic SCM - The Distributed Version Control for Big Projects

A few things you can solve with Plastic SCM

www.plasticscm.com

 

3명 5G 데이터 까진 무료

1명 추가시 7$ 라

25G 마다 5$ 추가

매월

 

 

1. 장점

  SVN과 GIT의 기능을 모두 포함

  unity 와 통합하거나 별도 툴을 사용할수 있고 맥도 지원

  클라우드 서비스로 유지보수가 쉬움

 

2. 단점

  비용 - 인원이 많을수록, 프로젝트가 클수록 

  사용한 입장에서는 SVN,GIT 방식중 선택할수 있지만 메인 프로그래머는 둘다 알아야 하기에 복잡함

   

 

Posted by 아기곰푸우
,

https://www.creators3d.com/online-viewer

Posted by 아기곰푸우
,

https://www.litedb.org/

 

LiteDB :: A .NET embedded NoSQL database

LiteDB : LiteDB - A .NET NoSQL Document Store database in a single data file.

www.litedb.org

c# nosql embeded db

unity에서 사용가능

nupkg을 다운 받고 

zip으로 변경후 압축풀고 netstandard2.0 폴더의 dll 을 카피후 

아래 처럼 link.xml을 카피할것 (ios 지원)

 

https://kihontekina.dev/posts/lite_db/

Posted by 아기곰푸우
,

https://github.com/JohannesDeml/unity-ui-extensions

 

GitHub - JohannesDeml/unity-ui-extensions: pulling daily from bitbucket repo

pulling daily from bitbucket repo. Contribute to JohannesDeml/unity-ui-extensions development by creating an account on GitHub.

github.com

 

UI에서 선그리고 원그리기 편함 기능들이 있음

 

 

Posted by 아기곰푸우
,

1. c# 초간단 멀티 스케일아웃 서버

최소 서버 기능 

스케일 아웃 기능

패킷 정의는 클라에서

서버는 중계 역화

zeromq xpub, xsub 로 처리

 

 

 

Posted by 아기곰푸우
,

https://teachablemachine.withgoogle.com

Posted by 아기곰푸우
,

채팅 서버 클라우드 서비스 연구

 

firebase 실시간 db을 사용하기

google cloud function 을 사용하여 현재 채팅서버을 받기

db에 저장

 

 

Posted by 아기곰푸우
,