Using a printer to print Unity3D Game statistics

前端 未结 2 441
盖世英雄少女心
盖世英雄少女心 2021-01-23 11:50

For a museum we\'re producing a collection of different minigames and a maingame, that uses the results of the minigames as a resource. When the visitor exits the museum, he sho

2条回答
  •  星月不相逢
    2021-01-23 12:30

    I don't think that Unity API allows using printer devices, but you can easily develop your own custom native plugin that will take data from your game and print it just as any other desktop application for your target platform would.

提交回复
热议问题