Skip to content

Embedded Resources in H5? #83

Open
@Riccsson

Description

When I used Bridge.NET, in a shared project, some resource files has "Build Actions" as "Embedded Resuorces" and I could load it into a stream.

In H5 with same settings, I can not load it into a stream, there is no resources found. Is there some settings I have missed?

In Meta.js files in Bridge.net it looks like this:
Bridge.assembly("SharedProjectBridge", {"SharedProjectBridge.Resources.Fonts.char_0.sfont":"BVNG...

But in H5 Meta.js, there is no embedded json data at all:

H5.assemblyVersion("SharedProjectH5","1.0.0.0");
H5.assembly("SharedProjectH5", function ($asm, globals) {

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions