All Projects → jeffcampbellmakesgames → unity-asset-validator

jeffcampbellmakesgames / unity-asset-validator

Licence: MIT License
The Asset Validator is an editor tool for validating assets in the project and in scenes.

Programming Languages

C#
18002 projects

Projects that are alternatives of or similar to unity-asset-validator

autotests
Armbian automated testings
Stars: ✭ 18 (-40%)
Mutual labels:  qa, qatools
aquality-selenium-java
Aquality Selenium is a library built over Selenium WebDriver tool that allows to automate work with web browsers. Selenium WebDriver requires some skill and experience. So, Aquality Selenium suggests simplified and most importantly safer and more stable way to work with Selenium WebDriver.
Stars: ✭ 41 (+36.67%)
Mutual labels:  qa, qatools
Links-QA
Сборная солянка полезных ссылок для QA/тестировщика. Ссылки будут постоянно пополняться.
Stars: ✭ 42 (+40%)
Mutual labels:  qa, qatools
mailhandler
Simple lightweight mail library which allows you to send and retrieve emails, and get more details about email sending and delivery
Stars: ✭ 49 (+63.33%)
Mutual labels:  qa, qatools
test junkie
Highly configurable testing framework for Python
Stars: ✭ 72 (+140%)
Mutual labels:  qa, qatools
php-qa-tools
A metapackage for all PHP quality assurance tools we use at Dealerdirect
Stars: ✭ 36 (+20%)
Mutual labels:  qa, qatools
babel-plugin-transform-react-qa-classes
Add component's name in `data-qa` attributes to React Components
Stars: ✭ 41 (+36.67%)
Mutual labels:  qa, qatools
relint
General purpose RegEx based file linter.
Stars: ✭ 33 (+10%)
Mutual labels:  qa, qatools
Events-based-organizational-website
The official codebase for college-based (event managing) organizations. FOUR-LEVEL Authorization system and scalable.
Stars: ✭ 14 (-53.33%)
Mutual labels:  validation
filter
Go语言的数据过滤包,由 数据输入、格式化、校验、输出 几个部份组成。
Stars: ✭ 22 (-26.67%)
Mutual labels:  validation
react-native-validator-form
Simple validator for react-native forms.
Stars: ✭ 21 (-30%)
Mutual labels:  validation
cue
The new home of the CUE language! Validate and define text-based and dynamic configuration
Stars: ✭ 2,466 (+8120%)
Mutual labels:  validation
imapd
IMAP server (library) to serve emails to an email client, written in pure PHP.
Stars: ✭ 45 (+50%)
Mutual labels:  mit-license
KrantikariQA
An InformationGain based Question Answering over knowledge Graph system.
Stars: ✭ 54 (+80%)
Mutual labels:  qa
datalize
Parameter, query, form data validation and filtering for NodeJS.
Stars: ✭ 55 (+83.33%)
Mutual labels:  validation
Maat
Validation and transformation library powered by deductive ascending parser. Made to be extended for any kind of project.
Stars: ✭ 27 (-10%)
Mutual labels:  validation
AVSD-DSTC10 Official
Audio Visual Scene-Aware Dialog (AVSD) Challenge at the 10th Dialog System Technology Challenge (DSTC)
Stars: ✭ 22 (-26.67%)
Mutual labels:  qa
Buoy
A complement to Pharo
Stars: ✭ 18 (-40%)
Mutual labels:  mit-license
csp.js
📺 CSP for vanilla JavaScript
Stars: ✭ 45 (+50%)
Mutual labels:  mit-license
phone
Validate phone number format
Stars: ✭ 63 (+110%)
Mutual labels:  validation

Asset Validator

The official repository for Asset Validator, an editor tool for validating assets in the project and in scenes.

NOTE: I have archived this as I've personally adopted the OdinValidator tool found here in serving the same role. If anyone is interested in adopting this and continuing on, feel free!

  • _ Jeff Campbell _

alt text

Overview

The AssetValidator is an editor tool for validating scenes and assets. It makes substantial use of C# Reflection to infer which types should be validated and in which context.

Importing JCMG Asset Validator

Using this library in your project can be done in two ways:

  • Releases: The latest release can be found here as a UnityPackage file that can be downloaded and imported directly into your project's Assets folder.
  • Package: Using the native Unity Package Manager introduced in 2017.2, you can add this library as a package by modifying your manifest.json file found at /ProjectName/Packages/manifest.json to include it as a dependency. See the example below on how to reference it.
{
    "dependencies": {
        ...
        "com.jeffcampbellmakesgames.assetvalidator" : "https://github.com/jeffcampbellmakesgames/unity-asset-validator.git#release/stable"
        ...
    }
}

Contributors

If you are interested in contributing, found a bug, or want to request a new feature, please see here for more information.

Unity Editor Compatibility

Greater than or equal to 2017.4.X LTS

Roadmap

The roadmap for this project can be seen on the public trello board found here: https://trello.com/b/hDEXoZ7G

License

MIT License

Copyright (c) 2019 Jeff Campbell

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].