User Tools

Site Tools


ig:gfx:packager

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
ig:gfx:packager [2022/04/11 13:36] – [Known Issues And How To Solve] ig_jscig:gfx:packager [2024/04/04 08:04] (current) – external edit 127.0.0.1
Line 138: Line 138:
 </code> </code>
  
-====== 3. Using the IG.GFX.Packager ======+==== 3. Using the IG.GFX.Packager ====
 After everything is set up, the commands from the build.txt can be used. After everything is set up, the commands from the build.txt can be used.
  
 Simply open a command line or terminal inside the ProjectFolder and copy the upload command into the terminal or command line. Simply open a command line or terminal inside the ProjectFolder and copy the upload command into the terminal or command line.
-In case any errors occour, they will be written there, otherwise the package is uploaded successfully into the creator.+In case any errors occour, they will be written there, otherwise the package is uploaded successfully into the IG.Creator.
  
 +:!: For debugging reasons it may be helpfull to know where the packages are created. The created package can be found inside the ProjectFolder/bin directory as zip file (DomainName.SubDomainName_VERSION.zip).
 +This file can be unziped and the java script files can be analysed. :!:
 +
 +:!: In the IG.Creator,the created packages can be found at the //Assets/Scripts// page in the list. :!:
 ====== Known Issues And How To Solve ====== ====== Known Issues And How To Solve ======
   * Error during upload to the Database. Got Status Code: InternalServerError.   * Error during upload to the Database. Got Status Code: InternalServerError.
Line 159: Line 163:
     * Make sure the IG.GFX.Packager is installed in your current directory.     * Make sure the IG.GFX.Packager is installed in your current directory.
     * Make sure you are in the correct directory     * Make sure you are in the correct directory
 +
 +  * My animation.json is not uploaded to the IG.Creator.
 +    * This can happen in case an Interactor folder only exists out of animation.json files and no typescript files. Use these commands as fallback:
 +<code>
 +npm run build ProjectFolderInt
 +%IG_GFX_PACKAGER% -domain=DomainName -subdomain=ProjectFolderInt -target-subdomain=SubdomainName -version=1.0.0.1 -service=%IG_GFX_ASSET_SERVICE% -user=%IG_GFX_USER% -password=%IG_GFX_PWD%
 +</code>
  
  
  
  
ig/gfx/packager.1649677016.txt.gz · Last modified: 2024/04/04 08:04 (external edit)