• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

wooga / atlas-unity / 1
89%
master: 52%

Build:
Build:
LAST BUILD BRANCH: PR-148
DEFAULT BRANCH: master
Ran 29 Aug 2018 01:26PM UTC
Jobs 2
Files 26
Run time 58s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1

push

jenkins

Add Unity Asset file support

Description
===========

This patch ads classes to load and use unity `.asset` files or write a
custom asset file implementation. The internal class `UnityAssetFile`
acts as the new base for all asset file implementations. At the moment
we have two:

* `ProjectSettings` an internal class to access the playmode test settings
* `GenericUnityAsset` a new class with a `Map<String,Object>` interface

The `GenericUnityAsset` object can be used to load abitary unity asset
files in ascii format. Internal object links to other unity objects
won't be serialized! This is just a very simple implementation to load
basic preferences or config files

Changes
=======

![ADD] new abstract class `UnityAssetFile`
![ADD] new class `GenericUnityAsset`
![IMPROVE] package structure
![IMPROVE] test specs for asset file objects

33 of 33 new or added lines in 3 files covered. (100.0%)

613 of 710 relevant lines covered (86.34%)

1.75 hits per line

Jobs
ID Job ID Ran Files Coverage
1 1.1 29 Aug 2018 01:26PM UTC 0
86.34
2 1.2 29 Aug 2018 01:27PM UTC 0
89.01
Source Files on build 1
Detailed source file information is not available for this build.
  • Back to Repo
  • Jenkins Build #1
  • abcd27c8 on github
  • Next Build on PR-45 (#2)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc