This guide shows how to enable dev mode for the Discord desktop application running on Windows (as of February 2022).
This can be used to view beta experiments to try features currently in development that are included but hidden by default in Discord release builds.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| using UnityEngine; | |
| [RequireComponent( typeof(Camera) )] | |
| public class FlyCamera : MonoBehaviour { | |
| public float acceleration = 50; // how fast you accelerate | |
| public float accSprintMultiplier = 4; // how much faster you go when "sprinting" | |
| public float lookSensitivity = 1; // mouse look sensitivity | |
| public float dampingCoefficient = 5; // how quickly you break to a halt after you stop your input | |
| public bool focusOnEnable = true; // whether or not to focus and lock cursor immediately on enable |
Here is a short guide that will help you setup your environment to create signed commits or signed tags with Git locally. This has been extensively tested on Windows with Git and the Github Desktop application: I use it every day for my professional development projects.
I you face any issue, feel free to leave a comment below.
| Image | Name | Link |
|---|---|---|
![]() |
Anonymous Alligator | https://ssl.gstatic.com/docs/common/profile/alligator_lg.png |
![]() |
Anonymous Ameisenbär | https://ssl.gstatic.com/docs/common/profile/anteater_lg.png |
![]() |
Anonymous Axolotl | https://ssl.gstatic.com/docs/common/profile/axolotl_lg.png |
| ; | |
| background-color: rgb(161, 60, 180); | |
| background-color: rgb(166, 50, 50); | |
| background-color: rgb(241, 118, 167); | |
| background-color: rgb(253, 87, 61); | |
| background-color: rgb(255, 0, 122); | |
| background-color: rgb(255, 0, 26); | |
| background-color: rgb(27, 136, 122); | |
| background-color: rgb(31, 161, 93); | |
| background-color: rgb(93, 175, 221); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| -accesscode - | |
| -batterytestmode - rapidly cycle battery percentages for testing | |
| -bigpicture - Start in Steam Big Picture mode | |
| -browser-offline - | |
| -cafeapplaunch - Launch apps in a cyber cafe context | |
| -candidates - Show libjingle candidates for local connection as they are processed | |
| -ccsyntax - Spew details about the localized strings we load | |
| -cef-allow-browser-underlay - Allow webhelper to create BrowserView underlays | |
| -cef-delaypageload - Enable early-out for known page loads | |
| -cef-disable-breakpad - disables breakpad in crash dumps |
NewerOlder




