11000+款5星资源

8.5万+用户参与评分

10万+社区成员鼎力支持

每款资源都经过 Unity 审核

首页
工具
GUI
此内容由第三方提供商托管,该第三方提供商在未接受Targeting Cookies的情况下不允许观看视频。如果您想观看来自这些提供商的视频,请将“Targeting Cookie”的Cookie偏好设置为“是”。
1/11
CoDriven Advanced UI is a UI Toolkit extension that completely changes how you create UI for your games, handle events, change screens, manage themes, and everything else. Just try it :).
可编程渲染管线(SRP)兼容性
Unity可编程渲染管线(SRP)是让您能够通过C#脚本控制渲染的一个功能。SRP是支撑通用渲染管线(URP)和高清渲染管线(HDRP)的底层技术。
Unity版本内置渲染管线通用渲染管线(URP)高清渲染管线(HDRP)
2022.3.55f1
不兼容
兼容
兼容
资源包依赖项
1
此资源包需要与资源商店的其他资源包一起使用。
描述

DOCUMENTATION: https://stefanwyszynski.github.io/CoDriven-Advanced-UI/#/


DISCORD: Join discord here https://discord.gg/XnjTwJBjqY


UNITY FORUM: https://discussions.unity.com/t/released-codriven-advanced-ui-multiplayer-game/1610819


IMPORTANT: Mirror asset is only used for an example multiplayer game. You can remove the multiplayer game example, and then you won't need the Mirror package.


⭐ CoDriven Advanced UI is an extension of the UI Toolkit that will allow you to create a complete UI, style it without USS code (using style builder in code), handle events simply, change language, and create translations for your game texts, and manage changing screens.


No Uss is required to style controls, but you still can use it. No UI Toolkit is required to create your views because it will be generated automatically from your code, but you can still use the UI Toolkit.


I am a professional Android developer with many years of experience, but I love creating games. During my game development journey, I came across a problem related to UI and decided to fix it by creating CoDriven Advanced UI. In the Android environment, I could conveniently create UI for apps and games using code. I decided to add this capability to this tool, thanks to this, you will be able to create UI by simply using code, which is generally easier than any existing solutions. Maybe just for me, but try it and you will know what I mean.


⭐CoDriven Advanced UI will resolve problems like how to:

  • easy style your controls with multiple themes support, changed runtime
  • animate your GUI with automatically generated USS for your code, so for example, you will be able to animate and change style over time when the mouse is hovering over your control,
  • handle input events for the whole game menu,
  • bind sound to events,
  • create multiple screens and move between them easily,
  • pass events to UI globally
  • make readable/reusable/separated code with menus,
  • multiple examples with a fully working multiplayer game and menu

⭐Full list of features

  • full source code included
  • easy and powerful styling in the c# code using probably all modifiers available in USS - no more raw CSS/USS pseudocode (it will be generated automatically based on your styles),
  • built-in nodes editor with screen preview.
  • language change for your UI and Translation Editor (built-in using CoDriven Advanced UI itself :))
  • theming and changing of the current theme runtime (just call a simple function)
  • add your custom Editors in Unity using CoDriven Advanced UI. You can check how (built-in) Translation Editor was made - because it was made using it.
  • easy event handling! (you can handle events on part of your screen, screen as a whole, globally, or even in many places at the same time)
  • CoDriven Advanced UI contains most of the UI Toolkit controls and a few more, like a floating window, and a draggable panel. This will likely be improved in the future because it's still under development
  • implemented with an observer pattern in mind to observe changes in UI or trigger UI changes from external events - all by observable fields, but by default, it doesn't require that
  • multiple scenes with examples like a fully working multiplayer game, or a simple one theme, simple two themes, a scene with screen part,
  • Included: FULLY working 3D multiplayer FPS (mirror/LAN) with: main menu and in-game menu 5 game scenes with maps and main/in-game menu
  • passing player data to UI by event callback
  • screen changing by the separations of logic. All game screens will be handled by the screen manager, which will contain your screen classes. Screens will contain sections ("ScreenPart") that can be reused anywhere in the game.
  • So for example: the settings menu could be added to the in-game menu by just one single line of code.
  • built-in helper functions for your game, and tools for multiplayer with a mirror
  • persistent and also observable fields for settings for your options. Assign data to the field and forget about it - it will be saved. Add your savable settings.
  • Behavior classes allow you to assign specific behaviors to your controls. Currently, there is one behavior - floating window behavior that will make the control movable/draggable by mouse, like windows in the operating system.

⭐ Features of 3D multiplayer FPS (mirror/LAN):

  • play with your friend,
  • fully working menu with settings changes like resolution, fullscreen/windowed, refresh rate, render scale, vsync, FOV, sound, music, mouse sensitivity, and more. Settings are saved automatically. You can add your settings.
  • grappling hook weapon created from scratch using math in code for springs (without using the built-in spring classes), so you can do more,
  • multiple sounds and ambient music for maps,
  • car driving logic: spring camera attached to the seat and shooting while driving + free camera rotation + FPP/TPP camera during driving 😄,
  • 2 drivable car models included,
  • rigged and animated player character,
  • weapon recoil using spring,
  • weapon attached to the hand,
  • the sound of the engine associated with the car's speed,
  • jumping logic,
  • sounds for actions,
  • health status,
  • multiple weapons like pistol, machine gun, grenade launcher, sniper with simple zooming, rocket launcher (all model included),
  • weapon recoil and muzzle flashes,
  • player footsteps manager,
  • turn player flashlight on/off,
  • 5 different maps,
  • models like trees, houses, grass, etc.
  • 2 enemies following the player and shooting,
  • enemies manager that will allow you to add more enemies and spawn them randomly,
  • network helper: lan server discovery code, join, host game, start server,
  • easy to understand and separated logic in multiplayer,
  • observable PlayerPrefs preferences of types like Bool, Int, String, and Float that are saved automatically
  • and more :D

Just try it!



技术细节

Supports:

  • Unity 2022.3 and above (up to Unity 6.x)
  • Tested on Windows, but it should work on Android and other platforms that UI Tookit supports
  • Render pipelines (URP/HDRP) 
  • It works with built-in Render Pipeline but without the multiplayer game - the menu will be visible, but the game is not prepared for build-in

Examples data:


8 Scenes for each Rendering pipeline - URP/HDRP, so 16 scenes total.


3 simple examples of CoDriven Advanced UI usage with separate scripts


Data for the multiplayer game:


  • 1 rigged player character with animations, fpp and tpp camera,
  • 5 weapons with different logic simple gun, fast shooting ak like, granade launcher, sniper riffle with zooming logic, rocket launcher
  • 2 cars for driving in multiplayer mode
  • custom grappling huk code without using joints (which is much better)1 enemy plane model with logic in multiplayer mode
  • 5 different playable maps
  • fully working CoDrivenAdvancedUI UI main menu/settings and In game/pause menu,
  • logic for saving settings like: change resolution, Fov, mouse sentivity, enable/disable sound and music, volume for sound and music etc.
  • 5 my sounds
  • 2 audio mixers
  • 44 materials
  • 7 terrain layers,
  • 23 models (where 5 are weapons)
  • 40 prefabs
  • menu graphics/level screens
  • 4 terrain assets
  • 1 custom line shader
  • 4 foliage textures
  • 9 terrain textures
  • 5 weapons textures
  • 6 urp settings related files
  • 1 volume settings
  • CC0 content:3 physic materials

  • CC0 sounds (4 explosion sounds, other 12 sounds including ambient, 14 sounds related to weapons, 1 ui sound, 4 footsteps, 6 robot)
  • CC0 Kenney asset pack (6 materials/7 prefabs/194 sprites/particles)
  • CC0 Plane model/Prefab
  • build in translation editorCC0 84 texturex 512x512 in png format

Additionally HDRP and URP related materials

CoDriven Advanced UI & Multiplayer Game

(暂无评分)
4 users have favourite this asset
(4)
$33
席位
1
更新的价格和增值税在结算时计算
退款政策
该资源受Unity资源商店退款政策约束。有关详细信息,请参见《最终用户许可协议》(EULA)中的第2.9.3节。
安全结账方式:
Supported payment methods: Visa, Mastercard, Maestro, Paypal, Amex
许可证类型
文件大小
219.3 MB
最新版本
1.0
最新发布日期
2025年3月5日
原始 Unity 版本
2022.3.55
高品质资源
11000+款5星资源
深受用户信赖
8.5万+用户参与评分
强大的社区支持
10万+社区成员鼎力支持
Unity logo
语言
反馈
合作伙伴计划
合作伙伴
USD
EUR
Copyright © 2025 Unity Technologies
所有价格不包含税
USD
EUR
$33