Results for: unity source code - Page 3

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
    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
  • 2
    BMC Compuware ISPW
    ...Use ISPW for mainframe source code management (SCM) as well as build and deploy, or with enterprise Git. Connect with modern DevOps toolchains using REST APIs and command line interfaces (CLIs). Flexibility to work in Eclipse-based Topaz, ISPF, or VS Code. Automate, standardize, and monitor deployments into multiple target environments. Support multiple developers working on the same program at the same time.
  • 3
    Watir

    Watir

    Watir

    ...It was designed to combine the original philosophy of Watir with the power of Selenium. Watir 7 is mostly just a much more stable and performant implementation of that vision. When developing a gem intended to be used with Watir, you can run your code with WatirSpec to make sure that requiring your code does not break something else in Watir. Watir code is tested on Linux with the latest versions of supported browsers and all active Ruby versions. Watir code is run through Coveralls to encourage PRs to ensure all paths in their code have tests associated with them.
    Starting Price: Free
  • 4
    AlmaLinux

    AlmaLinux

    AlmaLinux

    An open source, community-owned and governed, forever-free enterprise Linux distribution, focused on long-term stability, providing a robust production-grade platform. AlmaLinux OS is 1:1 binary compatible with RHEL® and pre-Stream CentOS. Our GitHub organization contains source code and tools used to build AlmaLinux OS and related infrastructure.
  • 5
    Seal Security

    Seal Security

    Seal Security

    ...Say goodbye to alert fatigue and start patching with Seal Security. Pass every product security scan with confidence. Seal Security provides immediate remediation for open source vulnerabilities. By meeting your customers' SLAs and offering a vulnerability-free product, you can ensure customer trust and fortify your market standing. Seal Security seamlessly integrates with various coding languages, patch management systems, and open source platforms through powerful APIs and CLI.
    Starting Price: Free
  • 6
    Google App Engine
    ...Build and deploy apps quickly using popular languages or bring your own language runtimes and frameworks. You can also manage resources from the command line, debug source code, and run API back ends easily. Focus on writing code without having to manage underlying infrastructure. Protect your apps from security threats using firewall capabilities, IAM rules, and managed SSL/ TLS certificates. Operate in a serverless environment without worrying about over or under provisioning. App Engine automatically scales depending on your app traffic and consumes resources only when your code is running.
  • 7
    ActiveMQ

    ActiveMQ

    Apache Software Foundation

    ...ActiveMQ offers the power and flexibility to support any messaging use-case. There are currently two "flavors" of ActiveMQ available - the well-known "classic" broker and the "next generation" broker code-named Artemis. Once Artemis reaches a sufficient level of feature parity with the "Classic" code-base it will become the next major version of ActiveMQ. Initial migration documentation is available as well as a development roadmap for Artemis.
  • 8
    Bytesafe

    Bytesafe

    Bitfront

    Increase your open source security posture with automated best practices, with a unified workflow for security and developer teams. The cloud-native security platform reduces risk and protects revenue, without slowing down developers. The dependency firewall quarantines malicious open source before reaching developers and infrastructure, protecting data, assets, and company reputation. Our policy engine evaluates threat signals such as known vulnerabilities, license information, and...
    Starting Price: €1100 per month
  • 9
    ArcPilot

    ArcPilot

    DREAMDEV Technologies Ltd.

    ...As you map processes, ArcPilot automatically generates working software designs, streamlining the path from idea to implementation. With just one click, transform your process map into fully functional software. Provide ArcPilot with sample code to create reusable code generation blueprints, which ensure consistent, hallucination free results. Use these blueprints to instantly generate accurate, production-ready code for every step in your process map. Build best practices directly into your software at the source, ensuring security, quality, compliance, and coding standards are upheld. ...
  • 10
    Zulu Embedded

    Zulu Embedded

    Azul Systems

    Zulu Embedded™ is the only fully certified, completely customizable 100% open source Java platform for embedded systems plus IoT and IIoT edge devices, gateways and dedicated applications. Across a wide variety of devices and operating systems. Zulu Embedded™ meets all Java SE standards and requires no coding changes to your application. Leverage industry-standard Java tools for development and profiling. As a pure, 100% open source offering there are no license fees. ...
  • 11
    CloudKnit

    CloudKnit

    CloudKnit

    ...It also comes with dashboards to help visualize environments and observe them. Environment as Code (EaC) is an abstraction over cloud-native tools that provides a declarative way of defining an entire environment. It has a control plane that manages the state of the environment, including resource dependencies, and drift detection and reconciliation. CloudKnit is an open-source progressive delivery platform for managing cloud environments.
  • 12
    OpenTofu

    OpenTofu

    OpenTofu

    OpenTofu is a Terraform fork, created as an initiative of Gruntwork, Spacelift, Harness, Env0, Scalr, and others, in response to HashiCorp’s switch from an open source license to the BUSL. The initiative has many supporters. On the technical level, OpenTofu 1.6.x is very similar feature-wise to Terraform 1.6.x. In the future, the projects feature sets will diverge. The other main difference is that OpenTofu is open source, and it's goal is to be driven collaboratively with no single company...
    Starting Price: Free
  • 13
    Crossplane

    Crossplane

    Crossplane

    Crossplane is an open-source Kubernetes add-on that enables platform teams to assemble infrastructure from multiple vendors, and expose higher-level self-service APIs for application teams to consume, without having to write any code. Provision and manage cloud infrastructure and services using kubectl. Crossplane extends your Kubernetes cluster, providing you with CRDs for any infrastructure or managed service.
  • 14
    Fedora

    Fedora

    Fedora

    ...There are even hosting projects and repositories like COPR to share your code and make builds available to the entire community.
  • 15
    Errorception

    Errorception

    Errorception

    ...Simply copy/paste a JavaScript snippet to your site, and you're done! You will be recording errors in 5 minutes, tops! See your errors pointed out right in your own code. Investigate errors easily. Source maps are applied automatically. You don't need to bother with minified code. Errorception causes no load-time performance hit. Your site operates at top speed. Errorception groups errors together, so you don't sift through raw logs. Errorception groups your errors together, so you don't see a long daunting list of logs. ...
    Starting Price: $5 per month
  • 16
    co.meta

    co.meta

    Amvara Consulting

    ...Cometa features. Don't break code. Don't break layout. Using cometa provides many benefits for your project. Being 100% open source and providing complete functionalities via REST API makes integration of third party tools (jMeter, Jenkins, Git, ...) even more easy. Test Automation. Create tests to analyze and verify each part of your website. Simply check its status.
  • 17
    CodeNOW

    CodeNOW

    Stratox Cloud Native

    CodeNOW integrates into a single cohesive product over 40 battle-tested open-source multi-point solutions (Gitlab, Swagger, Karate, SonarQube, Nexus, Tekton, ArgoCD, Kubernetes, Docker, Helm, Istio, Jenkins, Ansible, Terraform, and more) and covers the full software delivery life cycle. CodeNOW customers experience no vendor lock-in nor maintenance costs (PaaS model).
    Starting Price: €9 per month
  • 18
    GitLab

    GitLab

    GitLab

    ...Automate, track and report code reviews.
    Leader badge
    Starting Price: $29 per user per month
  • 19
    GitHub

    GitHub

    GitHub

    GitHub is the world’s most secure, most scalable, and most loved developer platform. Join millions of developers and businesses building the software that powers the world. Build with the world’s most innovative communities, backed by our best tools, support, and services. If you manage multiple contributors , there’s a free option: GitHub Team for Open Source. We also run GitHub Sponsors, where we help fund your work. The Pack is back. We’ve partnered up to give students and teachers free...
    Leader badge
    Starting Price: $7 per month
  • 20
    Wave Terminal

    Wave Terminal

    Command Line Inc

    Wave is an open-source, AI-native terminal built for seamless developer workflows with inline rendering, a modern UI, and persistent sessions. Features Include: - Render almost anything in line with plugins for images, Markdown, audio/video, and more. - Edit code quickly with the same editor that powers VSCode locally and remotely. - Persistent sessions, searchable universal history, and workspaces across local and remote sessions
    Starting Price: $0
  • 21
    Concourse

    Concourse

    Concourse

    ...Jobs can depend on other jobs by configuring passed constraints. The resulting chain of jobs and resources is a dependency graph that continuously pushes your project forward, from source code to production. All configuration and administration is done using the fly CLI. The fly set-pipeline command pushes the config up to Concourse. Once it looks good, you can then check the file in to source control.
    Starting Price: Free
  • 22
    Xvisor

    Xvisor

    Xvisor

    ...In RISC-V world, it is world first Type-1 RISC-V hypervisor. The Xvisor source code is highly portable and can be easily ported to most general-purpose 32-bit or 64-bit architectures as long as they have a paged memory management unit (PMMU) and a port of the GNU C compiler (GCC). Xvisor primarily supports Full virtualization hence, supports a wide range of unmodified Guest operating systems. Paravirtualization is optional for Xvisor and will be supported in an architecture independent manner (such as VirtIO PCI/MMIO devices).
  • 23
    Oracle Data Service Integrator
    ...Oracle Data Service Integrator is the only data federation technology that supports the creation of bidirectional (read and write) data services from multiple data sources. In addition, Oracle Data Service Integrator offers the breakthrough capability of eliminating coding by graphically modeling both simple and complex updates to heterogeneous data sources. Install, verify, uninstall, upgrade, and get started with Data Service Integrator. Oracle Data Service Integrator was originally known as Liquid Data and AquaLogic Data Services Platform (ALDSP). ...
  • 24
    Pyroscope

    Pyroscope

    Pyroscope

    Open source continuous profiling. Find and debug your most painful performance issues across code, infrastructure and CI/CD pipelines. Let you tag your data on the dimensions important for your organization. Allows you to store large volumes of high cardinality profiling data cheaply and efficiently. FlameQL enables custom queries to select and aggregate profiles quickly and efficiently for easy analysis.
    Starting Price: Free
  • 25
    Courier

    Courier

    Double Precision, Inc.

    ...The Courier mail server now implements basic web-based calendaring and scheduling services integrated in the webmail module. Advanced groupware calendaring services will follow soon. The Courier mail server's source code should compile on most POSIX-based operating systems based on Linux, and BSD-derived kernels. The Courier mail server should also compile on Solaris and AIX, with some help from Sun's or IBM's freeware add-on tools for their respective operating systems. The Courier mail server evolved out of several related projects, that merged together (more on that later). ...
    Starting Price: Free
  • 26
    authentik

    authentik

    authentik

    ...No need to rely on a third-party service for critical infrastructure or expose your sensitive data to the public internet. Use our pre-built workflows, or customize every step of authentication through configurable templates, infrastructure as code, and comprehensive APIs.
    Starting Price: $0.02 per month
  • 27
    Azure RTOS

    Azure RTOS

    Microsoft

    ...Azure RTOS supports the most popular 32-bit microcontrollers and embedded development tools, so you can make the most of your team’s existing skills. Easily connect to cloud and local networks, develop durable flash file systems, and design elegant user interfaces. Code that has been certified to meet stringent industry safety and security standards. Clean, clear code is easier to use and maintain and can lower total cost of ownership. Most safety-related certifications require you to submit the complete source code for your software, including the RTOS.
  • 28
    ConfigCat

    ConfigCat

    ConfigCat

    ...Separate marketing releases from code deployments. This way you can deploy code anytime the development is done or even incomplete. And turn on the feature later when you are ready. Soft launch, just like the cool kids.
    Starting Price: €79 per month
  • 29
    Chromium OS
    Chromium OS is an open-source project that aims to build an operating system that provides a fast, simple, and more secure computing experience for people who spend most of their time on the web. Here you can review the project's design docs, obtain the source code, and contribute. We think of Chromium as a tabbed window manager or shell for the web rather than a browser application.
  • 30
    Bayesforge

    Bayesforge

    Quantum Programming Studio

    ...For instance our quantum fog modeling framework, and our quantum compiler Qubiter which can cross-compile to all major architectures. All software is made accessible through the Jupyter WebUI which, due to its modular architecture, allows the user to code in Python, R, and Octave.