Results for: unity source code - Page 2

Suggested Categories:

Source Code Management Software
Source code management (SCM) software is a type of software to help developers track, manage, and version control their source code throughout the software development lifecycle. These tools allow multiple developers to collaborate on the same project by maintaining a centralized repository where code changes are stored and tracked. SCM software typically includes features like version control, branching, merging, and conflict resolution to ensure that code changes are properly managed and integrated. It also provides tools for tracking issues, auditing changes, and ensuring that all team members are working with the latest codebase. SCM software is essential for maintaining code integrity, improving collaboration, and enhancing productivity in development teams.
Code Search Engines
Code search engines are specialized search tools that allow developers to search through codebases, repositories, or libraries to find specific functions, variables, classes, or code snippets. These tools are designed to help developers quickly locate relevant parts of code, analyze code quality, and identify reusable components. Code search engines often support various programming languages, providing search capabilities like syntax highlighting, filtering by file types or attributes, and even advanced search options using regular expressions. They are particularly useful for navigating large codebases, enhancing code reuse, and improving overall productivity in software development projects.
Sourcing Software
Sourcing software is software to help companies identify, evaluate, engage, and manage suppliers and vendors—enabling strategic sourcing rather than just transactional purchasing. It supports key processes such as supplier discovery, qualification, bid/tender management (RFI/RFP/RFQ), supplier performance evaluation, and contract awarding. As the first stage of the supply chain or procurement journey, sourcing software helps organizations optimize costs, secure quality, manage risk, and build resilient supplier networks. According to industry sources, sourcing is distinct from procurement: sourcing focuses on the “who” (which suppliers) and the selection, while procurement covers the “what” (goods/services) and the purchase process. By automating and digitizing sourcing workflows, organizations gain visibility into supplier markets, spend categories, risk exposures, and opportunities for value creation.
Code Editors
Code editors are software tools that allow developers to write, edit, and debug source code for programming and web development. These editors provide essential features like syntax highlighting, code completion, auto-indentation, and error detection to enhance productivity and reduce coding errors. Many code editors also offer integrations with version control systems (like Git), debuggers, and build tools, allowing developers to manage their code and workflows efficiently. While some code editors are lightweight and focused solely on text editing, others offer extensive features and customization options through plugins and extensions. By providing a streamlined environment for coding, code editors are essential for software development, web development, and scripting tasks.
Code Review Tools
Code review tools are software tools designed to examine and analyze source code for errors, bugs, and vulnerabilities. They provide developers with detailed feedback on their code, highlighting areas that need improvement or optimization. These tools use a variety of techniques such as static analysis, unit testing, and peer review to ensure the quality and functionality of the code. In addition to identifying coding issues, they also help improve code security by detecting potential vulnerabilities or weaknesses in the code. Code review tools are an essential part of the development process for any software project.
No-Code Development Platforms
No-code development platforms provide a way for users to design, build, and develop software applications without the need for traditional coding. They are built in such a way that users can rely on simple visual interfaces with drag and drop type tools, allowing them to rapidly develop applications with minimal technical knowledge. This makes no-code development platforms ideal for any user regardless of programming experience, from hobbyists to entrepreneurs. Furthermore, modern no-code platforms allow complex mobile apps or web projects to be created more quickly than ever before.
Code Collaboration Tools
Code collaboration tools are platforms that enable developers to work together on software projects by facilitating real-time collaboration, version control, and code sharing. These tools allow multiple developers to edit and review code simultaneously, track changes, and manage different versions of code through branches and commits. Key features typically include code reviews, pull requests, conflict resolution, issue tracking, and integration with version control systems like Git. Code collaboration tools are essential for team-based development environments, ensuring smooth coordination and improving productivity in software projects.
QR Code Generators
QR code generators are tools that allow users to create quick response (QR) codes, which are machine-readable barcodes that store information such as URLs, text, contact details, or Wi-Fi credentials. These tools typically allow users to customize QR codes by changing their size, color, and design while ensuring the code remains scannable. QR code generators are commonly used for marketing, event registration, payments, product packaging, and contactless interactions. They help businesses and individuals provide an easy way for users to access digital content or services through their smartphones or other scanning devices.
Infrastructure as Code Software
Infrastructure as Code (IaC) tools are software solutions that enable developers and IT teams to automate the provisioning, configuration, and management of infrastructure using code. These tools allow users to define and manage infrastructure components like servers, databases, and networking resources through configuration files, ensuring consistency and repeatability in infrastructure setups. IaC tools typically support version control, enabling teams to track changes and collaborate on infrastructure management.
Code Enforcement Software
Code enforcement software is software that helps local government agencies and municipalities manage and enforce building codes, zoning laws, and other regulatory compliance requirements. These platforms typically provide features for tracking violations, issuing citations, managing inspections, and automating the code enforcement process. Code enforcement software can also include tools for scheduling inspections, documenting findings, generating reports, and managing case histories. It helps ensure that properties comply with local laws and ordinances, improving efficiency and accountability in enforcement processes. Additionally, it allows for better communication between enforcement officers, residents, and other stakeholders.
Candidate Sourcing Software
Candidate sourcing software, also known as talent sourcing software, is a tool used by employers and recruiters to identify, evaluate, and track potential job candidates. It streamlines the process of collecting resumes and quickly identifies qualified applicants. It also allows users to easily manage communication with candidates throughout the hiring process. Many candidate sourcing tools can integrate with other recruitment software for an integrated hiring experience.
Deal Sourcing Platforms
Deal sourcing platforms help investors, venture capitalists, and private equity firms discover, evaluate, and manage potential investment opportunities. These platforms aggregate data from multiple sources, including databases, networks, and direct submissions, to streamline the deal flow process. They often include tools for lead tracking, pipeline management, and due diligence, ensuring teams can efficiently assess and prioritize high-value prospects. By automating manual research and integrating with CRM systems, they enhance collaboration and transparency across investment teams. Ultimately, deal sourcing software accelerates decision-making, improves portfolio quality, and gives firms a competitive edge in identifying emerging opportunities.
Autonomous Sourcing Software
Autonomous sourcing software is a type of system that allows organizations to streamline their purchasing activities. This type of software automates the entire process from request, through award to delivery and improves visibility into the entire process.
Strategic Sourcing Software
Strategic sourcing software is software designed to streamline and optimize the procurement process, enabling organizations to identify and secure the best suppliers for their needs. It supports data-driven decision-making by analyzing costs, supplier performance, and market trends. Key features often include supplier management, spend analysis, e-sourcing tools, and contract management to enhance negotiation outcomes and supplier relationships.
Coding Challenge Platforms
Coding challenge platforms, also known as code assessment and technical skills testing platforms, enable developers and organizations to test their coding skills to see what skills need to be improved, or to determine the coding skills of a potential hire. Many coding challenge platforms also offer features like coding competitions, mock interviews, and collaboration opportunities for learning with others. These platforms are popular among job seekers, developers, and coding enthusiasts looking to enhance their problem-solving abilities.
Low-Code Development Platforms
Low-code development platforms are software tools designed to assist developers with the creation of software applications. They provide an alternate means to implementation, reducing the amount of manual coding that needs to be done. Platforms vary based on the type of application being created, enabling users to quickly build and deploy business applications without having extensive technical knowledge or software development experience. Features may include tools for visual modeling, integration connectors, and user interface components.
AI Coding Assistants
AI coding assistants are software tools that use artificial intelligence to help developers write, debug, and optimize code more efficiently. These assistants typically offer features like code auto-completion, error detection, suggestion of best practices, and code refactoring. AI coding assistants often integrate with integrated development environments (IDEs) and code editors to provide real-time feedback and recommendations based on the context of the code being written. By leveraging machine learning and natural language processing, these tools can help developers increase productivity, reduce errors, and learn new programming techniques.
Code Coverage Tools
Code coverage tools are software utilities designed to analyze the source code of an application and report on the level of code that is tested by automated tests. They usually measure the percentage of lines, blocks, or branches of code that have been executed in a test suite. Many popular programming languages have their own code coverage tools available for developers to use.
Code Signing Software
Code signing software is a type of program that digitally signs code to ensure its authenticity and integrity. It verifies the identity of the author or publisher of the code, and helps protect users from malicious software by providing evidence that the code was not altered during transit. Code signing can be used for a variety of purposes, including software distribution, configuration management, and digital document authentication. It is an essential part of maintaining secure electronic communication between two parties.
View more categories (20) for "unity source code"

250 Products for "unity source code" with 2 filters applied:

  • 1
    devZing

    devZing

    devZing

    Bug Tracking, Test Case Management and Version Control devZing provides a hosted, managed environment with the tools you need for your project team to get things done. We make sure the servers are running fast, are backed up and have the most current versions. You create great software. Bugzilla Hosting Bugzilla is the classic bug tracker. Have an existing Bugzilla installation? We'll import it. Subversion Hosting Do you have multiple developers writing code? Then you need...
    Starting Price: $15.00/month
  • 2
    Scout Monitoring

    Scout Monitoring

    Scout Monitoring

    ...Scout APM is application performance monitoring that streamlines troubleshooting by helping developers find and fix performance issues before customers ever see them. With real-time alerting, a developer-centric UI, and tracing logic that ties bottlenecks directly to source code, Scout APM helps you spend less time debugging and more time building a great product. Quickly identify, prioritize, and resolve performance problems – memory bloat, N+1 queries, slow database queries, and more – with an agent that instruments the dependencies you need at a fraction of the overhead. Scout APM is built for developers, by developers, and monitors Ruby, PHP, Python, Node.js, and Elixir applications.
  • 3
    Argon

    Argon

    ArgonSec

    ...Bolster your security posture by enforcing security best practices at all stages of the software delivery process with real-time alerts and auto-remediation. Ensure source code integrity with automated validity checks on each release, so you can be sure the code you committed is the source code deployed. Argon continuously monitors your DevOps infrastructure to identify security risks, code leaks, misconfigurations, and anomalies, and provide insights about the posture of your CI CD pipeline.
  • 4
    CodeSee

    CodeSee

    CodeSee

    Quickly identify cross-code dependencies and navigate between files and folders. With insights to improve your understanding of the codebase and guide onboarding, planning, and reviews. Auto-generated, self-updating software architecture diagrams that sync to the codebase as your code evolves. With features to help you understand how files and folders are connected, see how a change fits into the larger architecture, and more. CodeSee Maps are automatically generated and updated every time a...
  • 5
    Freelan

    Freelan

    Freelan

    ...Freelan is open-source and completely free. You know everything about its internals and its source code. You are in complete control of the software and your data. You, and nobody else. Freelan allows you to create any kind of network topology you like: from the classical clients-server schema, to the completely crazy hybrid peer-to-peer decentralized graph.
  • 6
    Buildkite

    Buildkite

    Buildkite

    Run the open-source buildkite-agent on your own infrastructure for maximum speed, control, and security. The agent checks out your source code, executes custom hooks and overrides, and then runs your build jobs. Your source code never leaves your infrastructure. You can install the agent using one of our packages and binaries for almost every platform and architecture, including Ubuntu, Debian, Mac, Windows, Docker, and more.
    Starting Price: $15 per user per month
  • 7
    beSTORM

    beSTORM

    Beyond Security (Fortra)

    Discover code weaknesses and certify the security strength of any product without access to source code. Test any protocol or hardware with beSTORM, even those used in IoT, process control, CANbus compatible automotive and aerospace. Realtime fuzzing, doesn’t need access to the source code, no cases to download. One platform, one GUI to learn, with over 250+ prebuilt protocol testing modules and the ability to add custom and proprietary ones. ...
    Starting Price: $50,000.00/one-time
  • 8
    Google Cloud Debugger
    Real-time application debugging: Cloud Debugger is a feature of Google Cloud that lets you inspect the state of a running application in real time, without stopping or slowing it down. Your users are not impacted while you capture the call stack and variables at any location in your source code. You can use it to understand the behavior of your code in production, as well as analyze its state to find those hard-to-find bugs.
  • 9
    CodeScan

    CodeScan

    CodeScan

    Code Quality and Security for Salesforce Developers. Made exclusively for the Salesforce platform, CodeScan’s code analysis solutions provide you with total visibility into your code health. The most comprehensive static code analysis solution supporting Salesforce languages and metadata. Self hosted. Check your code for security and quality with the most extensive database for the salesforce platform. Cloud. Get all the benefits of our self hosted service without the need of servers or...
    Starting Price: $250 per month
  • 10
    Serverless-Dev-Tools

    Serverless-Dev-Tools

    Serverless-Dev-Tools

    Serverless-Dev-Tools provides a quick overview of your stack as you code, providing feedback and visibility without the need to log into the AWS Console and load the right metrics. This is not a logging platform, alerting system or online dashboard. It's a developer tool in the terminal to keep you connected to key metrics as you code. Serverless-Dev-Tools is an open-source tool. We need help improving it.
    Starting Price: Free
  • 11
    Wind River Linux

    Wind River Linux

    Wind River Systems

    ...Rely on fully validated, maintained, and supported source code with access to a team of Linux experts to help you tackle all your development lifecycle needs. Calculate your TCO. Wind River Linux allows you to build your own Linux operating system with a variety of service options to help you with that process.
  • 12
    Merico

    Merico

    Merico

    Old analytics measure surface level signals. Merico directly analyzes the code, measuring what matters with deep program analysis. Engineering performance is challenging to measure. Few companies try, most that do use inaccurate and misleading signals, while missing hidden opportunities for recognition, improvement, and advancement. Until now, analytics and evaluation tools have focused on superficial metrics to assess quality and productivity. Developers know this isn't the right way. This...
    Starting Price: $2.50 per month
  • 13
    NexaStack

    NexaStack

    NexaStack

    Provide resources according to the requirement and scale with ease. Plan and Implement your Infrastructure as code with the same workflow across multiple cloud providers. Automated configurations and pipelines, for standardization and decreased configuration drift. Creates a code Git-based source code repository for each workflow facilitating Infrastructure audibility. Supports for Terraform, Ansible, Helm features to empower teams to build and provision highly efficient Infrastructure. ...
    Starting Price: $20 per month
  • 14
    Codacy

    Codacy

    Codacy

    ...The Codacy CLI enables running Codacy code analysis locally, so teams can see Codacy results without having to check their Git provider or the Codacy app. Codacy supports more than 30 coding languages and is available in free open-source, and enterprise versions (cloud and self-hosted). For more see https://www.codacy.com/
    Starting Price: $15.00/month/user
  • 15
    Semgrep
    Modern security teams are “paving the road” for developers — enforcing code guardrails on every commit. r2c’s Semgrep can eliminate vulnerability classes organization-wide. Scale your security team with lightweight static analysis. Semgrep is a fast, open-source, static analysis tool that excels at expressing code standards — without complicated queries — and surfacing bugs early in the development flow.
    Starting Price: $40 per month
  • 16
    Amnezia VPN

    Amnezia VPN

    Amnezia VPN

    ...Amnezia VPN also provides Amnezia Premium, a VPN service for unrestricted access to any websites with five different locations and unlimited connection speed. Based on WireGuard, the AmneziaWG protocol enables bypassing restrictions even in countries where other VPN protocols are blocked. The client’s source code, as well as the source code for the AmneziaWG protocol, is available on GitHub.
    Starting Price: €2.50/month
  • 17
    ReactOS

    ReactOS

    ReactOS

    ...You can create your own ReactOS versions! You’re using Open Source software daily if you use Firefox, LibreOffice, OpenOffice, GNU-Linux distributions among zillions of Open Source projects out there. The Open Source projects, as ReactOS, are driven for and by its Community, so being active translating, donating, or coding is a way to help ReactOS boost forward.
  • 18
    Stratoscale

    Stratoscale

    Stratoscale

    Stratoscale enables IT to operate as an internal cloud service provider, so that IT can offer single-click / on-demand consumption of resources and managed open source technologies, and respond at the speed of the public cloud. Stratoscale’s multi-cloud hybrid platform delivers true infrastructure-as-a-service, ideal for DevOps and Infrastructure-as-Code automation. With single-panel monitoring and scaling of all resources and services as well as automation of the entire life cycle of open source technologies, IT can now shift focus to business specific innovation, governance and compliance. ...
  • 19
    Drone

    Drone

    Harness

    Configuration as a code. Pipelines are configured with a simple, easy‑to‑read file that you commit to your git repository. Each pipeline step is executed inside an isolated Docker container that is automatically downloaded at runtime. Any source code manager. Drone integrates seamlessly with multiple source code management systems, including GitHub, GitHubEnterprise, Bitbucket, and GitLab.
  • 20
    CypherScribe

    CypherScribe

    CypherScribe

    CypherScribe is a platform that transforms your data into fully functional, interactive web documentation in just 18 seconds, without the need for coding. By connecting your data source, you can customize the app entirely, adding your own themes, colors, and logo. The platform supports various elements essential for comprehensive documentation, including headings (H1, H2, H3, H4), paragraphs, structured tables, code blocks, inline code, media (images, videos), lists (unordered, ordered), accordion (FAQ, tutorials), and file uploads (PDF, CSV). ...
    Starting Price: $45 per month
  • 21
    AWS CodePipeline
    AWS CodePipeline can easily be extended to adapt to your specific needs. You can use our pre-built plugins or your own custom plugins in any step of your release process. For example, you can pull your source code from GitHub, use your on-premises Jenkins build server, run load tests using a third-party service, or pass on deployment information to your custom operations dashboard.
  • 22
    Kubestack

    Kubestack

    Kubestack

    ...All framework modules are open-source, lowering the long-term maintenance effort and allowing easy access to continued improvements. Adapt the tried and tested pull-request and peer-review based workflow to efficiently manage changes with your team. Reduce long-term effort by minimizing the bespoke infrastructure code you have to maintain yourself.
  • 23
    Five

    Five

    Five

    Five is a low-code development environment that helps software developers build and deploy bespoke business software. Rapidly build release-ready software using Five’s prebuilt features, such as a hosted SQL database, authentication, or access control. Connect to multiple data sources and query (almost) any data source, such as external databases (PostgreSQL, MySQL, SQL Server & more) or REST API endpoints.
    Starting Price: $29.99/month
  • 24
    Phlare

    Phlare

    Grafana Labs

    Grafana Phlare lets you aggregate continuous profiling data with high availability, multi-tenancy, and durable storage. This helps you get a better understanding of resource usage in your applications down to the line number. Grafana Phlare is an open source database that provides fast, scalable, highly available, and efficient storage and querying of profiling data. The idea behind Phlare was sparked during a company-wide hackathon at Grafana Labs. The project was announced in 2022 at ObservabilityCON. The mission for the project is to enable continuous profiling at scale for the open source community, giving developers a better understanding of resource usage of their code. ...
    Starting Price: Free
  • 25
    Pencil Project
    ...It is for that reason that Pencil has been released as an open source tool (GPL license) so that anyone can have the opportunity to use and access its source code to adjust and upgrade. . Pencil can be deployed as an add-on to the Mozilla Firefox 3 browser or as a standalone application. Pencil is a cross-platform application and can work well on any platform that Mozilla Firefox 3 supports.
  • 26
    Applicaster

    Applicaster

    Applicaster

    The only no/low-code platform for creating, launching & managing streaming apps across multiple devices & technology stacks. App independence; developers optional. Use simple, built-in tools to craft and change custom experiences, connect your preferred integrations & launch directly to the app stores. Scale & expand your streaming business with budget predictability & full control over timelines & resources.
  • 27
    LibreELEC

    LibreELEC

    LibreELEC

    ...The software output of LibreELEC will look familiar to OpenELEC users, on the surface we both run Kodi with much common code, but the projects differ on their core values. LibreELEC is governed by a project board elected from active team members to set project goals, priorities, and take executive decisions. The board ensures project tasks are distributed among volunteers. LibreELEC is free and Open Source software.
  • 28
    Thinger.io

    Thinger.io

    Thinger.io

    ...We are dealing with machines, but we believe in clean designs for humans. Easy to use, and easy to understand. No more complex code for doing simple things. Although the Thinger.io platform is an Open Source platform for the Internet of Things, it provides a ready to use scalable cloud infrastructure for connecting things.
    Starting Price: €25 per month
  • 29
    Google Cloud Container Registry
    ...Control who can access, view or download images. Get consistent uptime on a protected infrastructure with Google security. Build and push images to the private registry automatically when you commit code to Cloud Source Repositories, GitHub, or Bitbucket. Easily configure CI / CD pipelines with Cloud Build integration or deploy directly to Google Kubernetes Engine, App Engine, Cloud Functions, or Firebase. Automatically build containers on code or tag changes to a repository. Search across previous builds from the UI or view build details like a trigger, source, steps, and logs.
  • 30
    Batteries Included

    Batteries Included

    Batteries Included

    Experience unparalleled flexibility and control. Build, deploy, and scale your projects with ease using our source-available, all-in-one solution. Experience a secure and flexible platform that puts you in control. Built on open-source, with all of our code publicly available. Audit, modify, and trust the code that powers your infrastructure. Deploying from Docker to Knative with SSL is easier than ever. Get superior service on your own hardware thanks to our hands-off workflow. ...
    Starting Price: $40 per month