About This Page
This page is part of the Azure documentation. It contains code examples and configuration instructions for working with Azure services.
Bias Analysis
Bias Types:
⚠️
windows_first
⚠️
missing_linux_example
⚠️
windows_tools
⚠️
powershell_heavy
Summary:
The documentation is heavily biased toward Windows development. All prerequisites and instructions assume a Windows environment, requiring Windows SDK, Visual Studio (Windows-only), and Visual Studio tools for Mixed Reality. The command-line instructions use Windows-specific tools (cmd, PowerShell), and there are no Linux or cross-platform alternatives provided. There is no mention of Linux support, nor are any Linux-specific instructions or tools referenced.
Recommendations:
- Explicitly state platform support (Windows-only or cross-platform) at the start of the documentation.
- If Linux is supported, provide equivalent instructions for Linux users, including installation steps for required tools (e.g., Unity, git, git-lfs) on Linux.
- Replace or supplement Windows-specific commands (cmd, PowerShell) with cross-platform alternatives (e.g., bash scripts, shell commands).
- Mention and provide guidance for using cross-platform IDEs (such as Rider or VS Code) if possible.
- Clarify any features or steps that are Windows-exclusive, and suggest workarounds or alternatives for Linux users where feasible.
Create pull request