Results for: unity source code - Page 5

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"
  • 1
    Trigger.dev

    Trigger.dev

    Trigger.dev

    Write normal async code and we'll handle the rest, from deployment to elastic scaling. No timeouts, real-time monitoring, and zero infrastructure to manage. Trigger.dev is an open source platform and SDK that enables developers to create long-running background jobs without timeouts, directly within their existing codebase. It supports JavaScript and TypeScript, allowing for the writing of reliable asynchronous code that integrates seamlessly with existing workflows. ...
    Starting Price: $10 per month
  • 2
    AWS Developer Tools
    ​AWS Developer Tools are designed to help developers and IT operations professionals practicing DevOps to rapidly and safely deliver software. These tools enable you to securely store and version control your application's source code and automatically build, test, and deploy your application to AWS or your on-premises environment. You can use AWS CodePipeline to orchestrate an end-to-end software release workflow using these services and third-party tools or integrate each service independently with your existing tools. ​Implement CI/CD with the AWS developer tools to accelerate your software development and release cycle. ...
  • 3
    Apache Mynewt
    Meet your application’s demands from a choice of open source networking stacks e.g. Bluetooth Low Energy 5, Bluetooth Mesh, Wi-Fi, LoRaWAN, and more. Ensure security is built into the code as well as lifecycle management for your product. Ready your IoT network of billions for remote monitoring, troubleshooting, management, and upgrade. Compose, fine-tune, and build your image within hours or even minutes.
  • 4
    ActiveBatch Workload Automation

    ActiveBatch Workload Automation

    ActiveBatch by Redwood

    ActiveBatch by Redwood makes setting up and launching automation easy with no custom scripting required. With a low-code Super REST API adapter, over 100 pre-built job steps and a user-friendly drag-and-drop workflow designer, you can integrate across any system, application and data source, on-prem, in the cloud or in hybrid environments. Maintain complete control and visibility and meet SLAs with monitoring of all automation from a single pane of glass and get custom alerts via emails or SMS. ...
  • 5
    MyGet

    MyGet

    MyGet

    ...Accelerate your software team with cloud package management, robust security controls and easy continuous integration build services. MyGet is a Universal Package Manager that integrates with your existing source code ecosystem and enables end-to-end package management. Centralized package management delivers consistency and governance to your DevOps workflow. MyGet real-time software license detection tracks your teams’ package usage and detects dependencies across all of your packages. Customized usage policies ensure your teams are only using approved packages while reporting vulnerabilities and outdated packages early in your software build and release cycles.
    Starting Price: $15 per month
  • 6
    ByteScout Screen Capturing SDK
    ...This screen recording SDK lets you create high-quality desktop record including audio, mouse movements and clicks. Adds screen video capture functionality to your application with a few lines of code using ActiveX/COM object! Includes 3 interfaces that allow you to capture screen video using ActiveX driven screen recorder, DirectShow Filter, or Virtual Camera to provide both high and low-level components. Provides DirectShow Source Filter, interface for advanced video applications developers. Supports video formats: WMV, AVI, lossless AVI (using the included Bytescout Lossless Video Codec). ...
    Starting Price: $10 per year
  • 7
    Hexowatch
    Hexowatch is your AI sidekick to monitor any website for visuals, content, source code, technology, availability or price changes. Access archived snapshots, get change alerts and extract data from any website in minutes. Manually checking multiple websites every day is time-consuming, repetitive and tedious. Hexowatch works 24/7 to help spot trends, spy on your competitors, visually check your website, keep an archive of every change and turn any website into your own private data source accessing changes as a downloadable csv file, google sheets or via Zapier. ...
    Starting Price: $14.99 per month
  • 8
    Amazon EventBridge
    ...As your applications become more interconnected through events, you need to spend more effort to find events and understand their structure in order to write code to react to those events.
  • 9
    Google Cloud Memorystore
    Reduce latency with scalable, secure, and highly available in-memory service for Redis and Memcached. Memorystore automates complex tasks for open source Redis and Memcached like enabling high availability, failover, patching, and monitoring so you can spend more time coding. Start with the lowest tier and smallest size and then grow your instance with minimal impact. Memorystore for Memcached can support clusters as large as 5 TB supporting millions of QPS at very low latency. Memorystore for Redis instances are replicated across two zones and provide a 99.9% availability SLA. ...
  • 10
    Aurora Files

    Aurora Files

    Afterlogic Corp

    ...Enables two-way sync of a user's local folders and the cloud, for both personal and corporate storage. Enable access to folders and files for everyone with the link. Handy for developers, makes it easier to customize code, perform integration with other systems, create and maintain your plugins. Aurora Files includes Paranoid Encryption module which provides strong AES-256 browser-based encryption.
    Starting Price: $499 per year
  • 11
    OpsCruise

    OpsCruise

    OpsCruise

    ...All at a third of the cost of the current monitoring stack and without the need to instrument code, deploy agents, or maintain open-source tools.
    Starting Price: Free
  • 12
    appRules Portal

    appRules Portal

    appStrategy

    ...Designed and developed by award-winning industry and computer software experts, appRules gives IT departments and solution providers the only unified platform for composing mission-critical, next-generation data migration, data integration, business rules, and process automation projects. The no-code appRules platform integrates with all major data sources, can be run on-premise/cloud/web with projects delivered on-time and on-budget.
  • 13
    DrakonHub

    DrakonHub

    DRAKON Labs

    ...Make the structure of the diagram apparent at first glance. A well-visible structure will help the reader see how each item relates to its parent, siblings, and children. Sketch the program before coding. Update the sketch during development. This sketch will give you the clarity that will accelerate your work. In half a year, the sketch will help you recall all the subtleties and complications of the program. Diagrams document the knowledge about the project in a concise way. Keep the ownership of this knowledge, don't let the developers bury it in the source code.
  • 14
    ChangeTower

    ChangeTower

    ChangeTower

    ...Choose a URL to monitor for web page changes or set for archival. Our engines will crawl and capture a full-page visual screenshot, text-based content snapshot, and source code. Our powerful change monitoring network tracks changes to websites over time. We notify you when we detect a change matching your settings and record and archive a snapshot of your page automatically. Select a part of the page to monitor for visual changes, or choose to monitor for keywords, sentences, code updates, images and more. ...
    Starting Price: $299 per month
  • 15
    browserless

    browserless

    browserless

    Browser automation built for enterprises, loved by developers. Fast, scalable, and reliable browser automation. Make headless automation your competitive advantage. Integrate with one-line of code in puppeteer and playwright. Or use Selenium. Don't feel like writing code to do screenshots? Use our REST APIs to do they heavy lifting. Increase your app's performance by not having to manage Chrome or other browsers. Our smallest plan lets you run 10 browsers at once! Sessions can run as long as you want, and even keep the browser open indefinitely. ...
    Starting Price: $10
  • 16
    SolarWinds Observability SaaS
    ...SolarWinds Observability SaaS delivers unified and comprehensive visibility for cloud-native, on-premises, and hybrid custom and commercial applications to help ensure optimal service levels and user satisfaction with key business services. For internally written and commercial applications. Unified code-level troubleshooting with transaction tracing, code-profiling, and exception tracking combined with end user experience insights through synthetic and real user monitoring. Deep database performance monitoring. Increase system performance, team efficiency, and infrastructure cost savings by offering full visibility into open-source databases including MySQL®, PostgreSQL®, MongoDB®, Azure® SQL, Amazon Aurora®, and Redis®.
  • 17
    Oracle Cloud Functions
    ​Oracle Cloud Infrastructure (OCI) Functions is a serverless computing service that enables developers to create, run, and scale applications without managing infrastructure. Built on the open source Fn Project, it supports multiple programming languages, including Python, Go, Java, Node.js, and C#, allowing for flexible function development. Developers can deploy code directly, with OCI handling automatic provisioning and scaling of resources. It offers provisioned concurrency to maintain low-latency execution, ensuring functions are ready to accept calls instantly. ...
    Starting Price: $0.0000002 per month
  • 18
    Sucuri

    Sucuri

    Sucuri

    ...With a trained team of analysts, we aim to provide the best malware removal service around. Best in class tools and scripts scan your website for malware in real-time. Our security analysts examine the source code to detect any irregularities. No hack is too complex for our incident response team to detect and fix. If you need immediate assistance, we can accomodate. Choose a plan that fits your needs. Chat with us to learn about our one-time priority cleanup service. We specialize in eliminating complex malware infections. We guarantee your fixed price, regardless of frequency or level of sophistication. ...
    Starting Price: $9.99 per month
  • 19
    Lenses

    Lenses

    Lenses.io

    ...Sharing, documenting and cataloging your data can increase productivity by up to 95%. Then from data, build apps for production use cases. Apply a data-centric security model to cover all the gaps of open source technology, and address data privacy. Provide secure and low-code data pipeline capabilities. Eliminate all darkness and offer unparalleled observability in data and apps. Unify your data mesh and data technologies and be confident with open source in production. Lenses is the highest rated product for real-time stream analytics according to independent third party reviews. ...
    Starting Price: $49 per month
  • 20
    Mbed OS
    ...From hardware to the cloud, Mbed OS supports more than 70 silicon, module, cloud, and OEM partners, optimizing your developer choice. By using the Mbed OS API, your application code can remain clean, portable, and simple, while taking advantage of security, communications and machine learning. The integrated solution reduces development cost, time, and risk.
  • 21
    CrossOver

    CrossOver

    CodeWeavers

    Lots of people talk about open source. Talk is cheap. We code. Run your Windows® app on MacOS, Linux, or ChromeOS. CrossOver Mac® Do you like buying Windows® licenses? You do? Great. You do you. For the rest of humanity, CrossOver is the easiest way to run many Microsoft applications on your Mac without a clunky Windows emulator. (Seriously, have you tried emulators?
    Starting Price: $59.95
  • 22
    Flagsmith

    Flagsmith

    Flagsmith

    Flagsmith is a fully supported open source Feature Flag, Remote Config, and A/B testing service. Use our hosted API, deploy to your own private cloud, or run on-premise. Flagsmith makes it easy to create and manage features flags across web, mobile, and server side applications. Just wrap a section of code with a flag, and then use Flagsmith to toggle that feature on or off for different environments, users or user segments.
  • 23
    Logz.io

    Logz.io

    Logz.io

    ...Quickly respond to new events with alerting to Slack, PagerDuty, Gmail, and other endpoints. Centralize your metrics at any scale on Prometheus-as-a-service. Unified with logs and traces. Add just three lines of code to your Prometheus config files to begin forwarding your metrics to Logz.io for storage and analysis. Quickly respond to new events by alerting Slack, PagerDuty, Gmail, and other endpoints. Logz.io’s human-coached AI/ML automatically uncovers errors and exceptions in your logs.
    Starting Price: $89 per month
  • 24
    Appium

    Appium

    The JS Foundation

    Appium is an open source project and has made design and tool decisions to encourage a vibrant contributing community. Appium aims to automate any mobile app from any language and any test framework, with full access to back-end APIs and DBs from test code. Write tests with your favorite dev tools using all the above programming languages, and probably more (with the Selenium WebDriver API and language-specific client libraries).
  • 25
    Checkly

    Checkly

    Pink Robots

    Coding browser click-flows used to be hard. Not anymore. Use modern open source frameworks like Playwright and Puppeteer to automate your flows. Run your checks in 20 locations worldwide. Make sure your APIs always responds quickly and with the correct payload.
    Starting Price: $0.80 /10k API check runs
  • 26
    Qiskit
    Qiskit includes a comprehensive set of quantum gates and a variety of pre-built circuits so users at all levels can use Qiskit for research and application development. The transpiler translates Qiskit code into an optimized circuit using a backend’s native gate set, allowing users to program for any quantum processor. Users can transpile with Qiskit's default optimization, use a custom configuration or develop their own plugin. Qiskit helps users schedule and run quantum programs on a...
  • 27
    Tesseral

    Tesseral

    Tesseral

    Tesseral is the open source platform for managing identity and access in business software. It provides enterprise-grade capabilities, including SAML single sign-on, SCIM provisioning, role-based access control, managed API keys, and audit logs, implemented in just a few lines of code. Tesseral unifies access management for employees, customers, services, and AI agents, giving organizations the flexibility to adapt to any deployment model and the authority to enforce security policies with precision. ...
    Starting Price: $0
  • 28
    CanIt-PRO

    CanIt-PRO

    Roaring Penguin Software

    ...Providing extensive end-user controls, CanIt-PRO users can choose from a customizable list of spam filtering options such as high, medium, or low spam scanning, or choose the 'Expert Interface' for more granular controls. Available as either software or a plug-and-play "soft-appliance", CanIt-PRO includes anti-virus options and source code - providing the ultimate in customizability.
  • 29
    DDN WOS

    DDN WOS

    DDN Storage

    ...Deployable as an appliance or software-defined, WOS was engineered for minimal management overhead and a cloud-like experience for lower operational costs all backed by the data-at-scale experts.The constant onslaught of data sources creates complicated data management challenges, WOS is a proven platform to simplify distributed data storage and access. Configurable erasure coding allows customers to balance distribution and data protection to create the most efficient combination of accessibility, availability and reliability. AWS S3 and WOS native object interfaces supply effective cloud-like access to local or globally distributed data.
  • 30
    HCL ZIE

    HCL ZIE

    HCL Software

    ...HCL ZIE for Transformation extends mission-critical terminal applications to the web, mobile, or as standard SOAP or RESTful web services without touching the existing application. No rewriting, refactoring, or access to application source code is required. Reduce training costs, increase end user productivity with improved navigation and usability, and eliminate data entry errors. ZIE for Transformation tunable default rendering and screen customization get all the screens of your existing application rendered with a new, intuitive user interface. Deploy apps to web, portal, and Eclipse RCP runtime environments, and allow access by a large variety of web browsers, including mobile.