Search Unity

  1. Unity Asset Manager is now available in public beta. Try it out now and join the conversation here in the forums.
    Dismiss Notice

Official Project Tiny 0.28 preview is available

Discussion in 'Project Tiny' started by AbdulAlgharbi, Jul 27, 2020.

Thread Status:
Not open for further replies.
  1. Maras

    Maras

    Joined:
    Dec 11, 2012
    Posts:
    131
    If a game like Tiny Racing would run on 30 FPS on a low-end mobile device in a browser, I think we would shift our focus to Tiny for future releases.
     
  2. tmars

    tmars

    Joined:
    Jul 26, 2013
    Posts:
    42
    Christine,
    Many thanks for the update!
    Having additive blending and "Color over Lifetime"/"Size over Lifetime" submodules implemented would be greatly appreciated as these are widely used by FX artists and greatly improve creativity/visual appearance.

    @ChristineJohnson btw, is there any way to blend two skinned mesh animations?
     
    NotaNaN likes this.
  3. NovaEiz

    NovaEiz

    Joined:
    Sep 6, 2017
    Posts:
    53
    Will the "System.Threading.Tasks" namespace be available?
     
  4. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    Make sure to install visual studio with the following components

    upload_2020-8-14_14-5-2.png
     
  5. aliosmankilic

    aliosmankilic

    Joined:
    Jul 24, 2019
    Posts:
    1
    Screen Shot 2020-08-20 at 16.18.34.png

    Hi, I try to get a web file output and encountered that problem. Both AsmJS and wasm gave same error. I tried to change my environment variable PYTHONHOME and PYTHONPATH but it did not work. I also edit PYTHON section of emscripten-config-1.39.15.py, its build time increased but same error happened again. What should I do?
    my OS is macOS,
    my unity version is 2020.1.0f1
    api compatibility level is .NET 4.x
    unity tiny version is 0.28.0-preview.40
     
  6. enricostara

    enricostara

    Joined:
    Apr 1, 2018
    Posts:
    3
    Is camera stacking available in project tiny 0.28?
    I would add an overlay orthographic camera to render the text (like a canvas..) and keeping the base camera only for the 3D scene.
    I just tried this configuration and seems that it is not able to merge the two camera... There is something wrong on my setup or this feature is not yet available?
    Thanks, E
     
  7. ClaireJY

    ClaireJY

    Joined:
    Mar 26, 2018
    Posts:
    4
    I only want the Particle Part, how can I convert Particle system to tiny Particle ?
     
  8. shuizhongyueming

    shuizhongyueming

    Joined:
    Aug 25, 2020
    Posts:
    2
    Hi, I am trying to build the TinyRacing Project for Wasm failed with error below:

    Code (CSharp):
    1. ##### Output
    2. emcc:WARNING: --llvm-lto ignored when using llvm backend
    3. cache:INFO: generating system library: libgl-webgl2.a... (this will be cached in "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\emscripten-cache-1.39.15\wasm\libgl-webgl2.a" for subsequent builds)
    4. C:\Users\MengLan\.pyenv\pyenv-win\libexec\pyenv.vbs(133, 5) Microsoft VBScript runtime error: Permission denied
    5. C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-wasm-llvm-win\llvm-ar.exe: error: c:\\users\\menglan\\appdata\\local\\temp\\emscripten_temp_usb3v6\\gl.o: no such file or directory
    6. Traceback (most recent call last):
    7.   File "artifacts\Stevedore\emscripten-win\emcc.py", line 3937, in <module>
    8.     sys.exit(run(sys.argv))
    9.   File "artifacts\Stevedore\emscripten-win\emcc.py", line 2339, in run
    10.     extra_files_to_link += system_libs.calculate([f for _, f in sorted(temp_files)] + extra_files_to_link, in_temp, link_as_cxx, forced=forced_stdlibs)
    11.   File "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-win\tools\system_libs.py", line 1631, in calculate
    12.     add_library(lib)
    13.   File "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-win\tools\system_libs.py", line 1587, in add_library
    14.     libs_to_link.append((lib.get_path(), need_whole_archive))
    15.   File "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-win\tools\system_libs.py", line 353, in get_path
    16.     return shared.Cache.get(self.get_filename(), self.build)
    17.   File "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-win\tools\cache.py", line 125, in get
    18.     temp = creator()
    19.   File "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-win\tools\system_libs.py", line 400, in build
    20.     create_lib(out_filename, self.build_objects())
    21.   File "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-win\tools\system_libs.py", line 123, in create_lib
    22.     building.emar('cr', libname, inputs)
    23.   File "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-win\tools\building.py", line 870, in emar
    24.     run_process(cmd, stdout=stdout, stderr=stderr, env=env)
    25.   File "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-win\tools\shared.py", line 202, in run_process
    26.     result.check_returncode()
    27.   File "C:\TinyRacing\Library\DotsRuntimeBuild\artifacts\Stevedore\emscripten-win\tools\shared.py", line 175, in check_returncode
    28.     raise Py2CalledProcessError(returncode=self.returncode, cmd=self.args, output=self.stdout, stderr=self.stderr)
    29. tools.shared.Py2CalledProcessError: Command '['C:\\TinyRacing\\Library\\DotsRuntimeBuild\\artifacts\\Stevedore\\emscripten-win\\emar.bat', 'cr', 'c:\\users\\menglan\\appdata\\local\\temp\\emscripten_temp_usb3v6\\libgl-webgl2.a', '@c:\\users\\menglan\\appdata\\local\\temp\\emscripten_4mnupb.rsp']' returned non-zero exit status 1
    30. *** Bee build failed (7.48 seconds), 19 items updated
    upload_2020-8-25_19-14-28.png

    I'm using Unity Version: 2020.1.0f1

    And below is my Visual Studio Wrokloads

    upload_2020-8-25_19-12-34.png

    Hope for some help, thanks!
     

    Attached Files:

  9. shuizhongyueming

    shuizhongyueming

    Joined:
    Aug 25, 2020
    Posts:
    2

    I have solved this problem, it is caused by my pc's enviroment setting
     
  10. AbdulAlgharbi

    AbdulAlgharbi

    Unity Technologies

    Joined:
    Jul 27, 2018
    Posts:
    319
    No, multiple cameras feature is coming in Tiny 0.30
     
    Thaina and enricostara like this.
Thread Status:
Not open for further replies.