Everyday Unity – Telegram
Everyday Unity
1.11K subscribers
157 photos
59 videos
42 files
2.36K links
A game developer and tech lead in a top grossing company posting Unity, programming, and gamedev related stuff that I find interesting
Website: https://gamedev.center

Most used tags are:
#performance
#shader
#interview

Author: @alexmtr
Download Telegram
Forwarded from Unity Новости
Getting Started with HDRP in Unity (Awesome Graphics!)
https://www.youtube.com/watch?v=YAVL6grnsiM
https://docs.unity3d.com/Packages/com.unity.adaptiveperformance@2.0/manual/index.html

Adaptive performance for mobile devices (currently only Samsung is supported)

#performance #optimization #package
https://docs.unity3d.com/Packages/com.unity.assetgraph@1.6/manual/index.html

AssetGraph is a tool that aims to reduce the workload needed to build workflows around asset importing, building Asset Bundles and building Player Apps. With this tool, you can build workflows to create, modify, and change asset settings graphically, and even automate them.

#assets #pipeline #package
https://docs.unity3d.com/Packages/com.unity.game.foundation@0.2/manual/index.html

Game Foundation: several basic gameplay systems that are common to most games

#systems #package
https://docs.unity3d.com/Packages/com.unity.immediate-window@1.1/manual/index.html

The immediate window lets you run code and inspect returned object and their properties. It's not a tool aim at development but rather debug scenarios or editor API discovery

#tools #package
https://docs.unity3d.com/Packages/com.unity.test-framework.performance@2.0/manual/index.html

The Unity Performance Testing Extension is a Unity Editor package that, when installed, provides an API and test case decorators to make it easier to take measurements/samples of Unity profiler markers, and other custom metrics outside of the profiler, within the Unity Editor and built players

#performance #test #package
https://docs.unity3d.com/Packages/com.unity.ui.builder@0.10/manual/index.html

The UI Builder lets you visually create and edit UXML and USS UI assets for UIElements

#ui #uielements #package
https://docs.unity3d.com/Packages/com.unity.purchasing.udp@1.3/manual/index.html

Unity Distribution Portal (UDP) allows you to distribute your games to multiple app stores through a single hub. UDP repacks your Android build with each store’s dedicated IAP SDK and lets you manage all your store submissions from the UDP console

#android #iap #package